Skip to content

Commit dac7791

Browse files
committed
added .desktop file for linux users
1 parent 77a5c2a commit dac7791

File tree

2 files changed

+11
-1
lines changed

2 files changed

+11
-1
lines changed

.gitignore

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,4 +12,7 @@ GMLScriptWizard-linux-x64/
1212

1313
win32-x64-template/
1414
darwin-x64-template/
15-
linux-x64-template/
15+
linux-x64-template/
16+
17+
*.zip
18+
*.tar.gz

GMLScriptWizard.desktop

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
[Desktop Entry]
2+
Encoding=UTF-8
3+
Version=1.0
4+
Type=Application
5+
Terminal=false
6+
Exec=/path/to/executable/GMLScriptWizard
7+
Name=GML Script Wizard

0 commit comments

Comments
 (0)