Commit 06780ba 1 parent 731dbf1 commit 06780ba Copy full SHA for 06780ba
File tree 2 files changed +4
-2
lines changed
2 files changed +4
-2
lines changed Original file line number Diff line number Diff line change 49
49
--java-options '"-Djdk.gtk.version=2"' \
50
50
--java-options '"--add-opens=javafx.fxml/javafx.fxml=ALL-UNNAMED"' \
51
51
--java-options '"-Djava.library.path=/opt/scenebuilder/lib/runtime/bin:/opt/scenebuilder/lib/runtime/lib"' \
52
+ --linux-menu-group '"Development;Building;GUIDesigner;Java;"' \
52
53
--resource-dir app/assets/linux
53
54
--install-dir /opt \
54
55
--type deb
58
59
--icon app/assets/linux/icon-linux.png \
59
60
--java-options '"-Djdk.gtk.version=2"' \
60
61
--java-options '"--add-opens=javafx.fxml/javafx.fxml=ALL-UNNAMED"' \
62
+ --linux-menu-group '"Development;Building;GUIDesigner;Java;"' \
61
63
--resource-dir app/assets/linux
62
64
--install-dir /opt \
63
65
--type rpm
83
85
env :
84
86
AWS_ACCESS_KEY_ID : ${{ secrets.AWS_ACCESS_KEY_ID }}
85
87
AWS_SECRET_ACCESS_KEY : ${{ secrets.AWS_SECRET_ACCESS_KEY }}
86
- S3_PATH : ${{ steps.variables.outputs.S3_PATH }}
88
+ S3_PATH : ${{ steps.variables.outputs.S3_PATH }}
Original file line number Diff line number Diff line change @@ -7,4 +7,4 @@ Terminal=false
7
7
Type =Application
8
8
Categories =DEPLOY_BUNDLE_CATEGORY
9
9
DESKTOP_MIMES
10
- StartupWMClass =com.oracle.javafx.scenebuilder.app.SceneBuilderApp
10
+ StartupWMClass =com.oracle.javafx.scenebuilder.app.SceneBuilderApp
You can’t perform that action at this time.
0 commit comments