add build scripts
This commit is contained in:
parent
c3ee96429c
commit
1d2190d68e
26 changed files with 1327 additions and 6 deletions
9
scripts/_app_scaffolds/linux/myapp.desktop
Normal file
9
scripts/_app_scaffolds/linux/myapp.desktop
Normal file
|
@ -0,0 +1,9 @@
|
|||
[Desktop Entry]
|
||||
Version=1.0
|
||||
Encoding=UTF-8
|
||||
Name={APP_NAME}
|
||||
Icon={APP_ICON_PATH}
|
||||
Exec={APP_EXEC}
|
||||
Path={APP_PATH}
|
||||
Terminal=false
|
||||
Type=Application
|
Loading…
Add table
Add a link
Reference in a new issue