-
Notifications
You must be signed in to change notification settings - Fork 81
#1917: add scripts for gui shortcut launcher windows, linux, macos #2037
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: main
Are you sure you want to change the base?
Changes from all commits
e4d996f
e7c5854
4fdac6f
8ebccaf
2a7d872
88bbd81
470006e
86ac392
1c7a1cc
87c0e24
79e973c
690be00
824a9a5
bef16c6
193569b
033a2bf
0928f15
7276e4c
1c43f0e
1724881
1644850
11b1878
e809173
a216be2
accfa9c
a837418
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,10 @@ | ||
| [Desktop Entry] | ||
| Version=$[project.version] | ||
| Type=Application | ||
| Name=IDEasy GUI | ||
| Comment=Launch IDEasy GUI | ||
| Exec=@IDEASY_BIN@ gui | ||
| Icon=@IDEASY_ICON@ | ||
| Terminal=false | ||
| Categories=Development; | ||
| StartupNotify=true |
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,10 @@ | ||
| [Desktop Entry] | ||
| Version=test-SNAPSHOT | ||
| Type=Application | ||
| Name=IDEasy GUI | ||
| Comment=Launch IDEasy GUI | ||
| Exec=@IDEASY_BIN@ gui | ||
|
Member
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Can't we come up with a simple command here that needs no additional replacement? |
||
| Icon=@IDEASY_ICON@ | ||
|
hohwille marked this conversation as resolved.
|
||
| Terminal=false | ||
| Categories=Development; | ||
| StartupNotify=true | ||
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1 @@ | ||
| logo.ico mock | ||
|
Member
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Can't you just remove this |
||
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.