Skip to content

Commit

Permalink
添加打包图标
Browse files Browse the repository at this point in the history
  • Loading branch information
GGXBoo committed Jun 23, 2018
1 parent a6a1207 commit bf645bc
Show file tree
Hide file tree
Showing 5 changed files with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ jfx {
verbose = true
mainClass = "com.ggx.editor.Main"
jfxAppOutputDir = "build/jfx/app"
jfxMainAppJarName = "editor-jfx.jar"
jfxMainAppJarName = "mark-book.jar"
deployDir = "src/main/deploy"
useEnvironmentRelativeExecutables = true
libFolderName = "lib"
Expand Down Expand Up @@ -88,7 +88,7 @@ jfx {
// runtime: "D:\\Program Files\\Java\\jre1.8.0_131"
runtime: "/usr/lib/jvm/java-8-oracle/jre"
]
appName = "GMarkdownEditor" // this is used for files below "src/main/deploy", e.g. "src/main/deploy/package/windows/project.ico"
appName = "MarkBook" // this is used for files below "src/main/deploy", e.g. "src/main/deploy/package/windows/project.ico"
additionalBundlerResources = null // path to some additional resources for the bundlers when creating application-bundle
additionalAppResources = null // path to some additional resources when creating application-bundle
//secondaryLaunchers = [[appName:"somethingDifferent"], [appName:"somethingDifferent2"]]
Expand Down
Empty file removed src/main/deploy/package/aa
Empty file.
Binary file added src/main/deploy/package/linux/MarkBook.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added src/main/deploy/package/mac/MarkBook.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added src/main/deploy/package/windows/MarkBook.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit bf645bc

Please sign in to comment.