Commit 5b46313 1 parent 40c33cf commit 5b46313 Copy full SHA for 5b46313
File tree 2 files changed +12
-0
lines changed
2 files changed +12
-0
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
+ --resource-dir app/assets/linux
52
53
--install-dir /opt \
53
54
--type deb
54
55
mv $INSTALL_DIR/*.deb $INSTALL_DIR/SceneBuilder-${{ env.TAG }}.deb
57
58
--icon app/assets/linux/icon-linux.png \
58
59
--java-options '"-Djdk.gtk.version=2"' \
59
60
--java-options '"--add-opens=javafx.fxml/javafx.fxml=ALL-UNNAMED"' \
61
+ --resource-dir app/assets/linux
60
62
--install-dir /opt \
61
63
--type rpm
62
64
mv $INSTALL_DIR/*.rpm $INSTALL_DIR/SceneBuilder-${{ env.TAG }}.rpm
Original file line number Diff line number Diff line change
1
+ [Desktop Entry]
2
+ Name =APPLICATION_NAME
3
+ Comment =APPLICATION_DESCRIPTION
4
+ Exec =APPLICATION_LAUNCHER
5
+ Icon =APPLICATION_ICON
6
+ Terminal =false
7
+ Type =Application
8
+ Categories =DEPLOY_BUNDLE_CATEGORY
9
+ DESKTOP_MIMES
10
+ StartupWMClass =com.oracle.javafx.scenebuilder.app.SceneBuilderApp
You can’t perform that action at this time.
0 commit comments