[DEVELOPMENT ENVIRONMENT]
* NEW: Add desktop and icon files. git-svn-id: svn://localhost/gambas/trunk@3690 867c0c6c-44f3-4631-809d-bfa615b0a4ec
This commit is contained in:
parent
8962602de9
commit
6cc5c17e31
3 changed files with 11 additions and 1 deletions
|
@ -1,4 +1,4 @@
|
|||
EXTRA_DIST = reconf src spec mime
|
||||
EXTRA_DIST = reconf src spec mime desktop
|
||||
|
||||
install-exec-local:
|
||||
@if test "x$(ROOT)" != "x"; then \
|
||||
|
|
10
app/desktop/gambas3.desktop
Normal file
10
app/desktop/gambas3.desktop
Normal file
|
@ -0,0 +1,10 @@
|
|||
[Desktop Entry]
|
||||
Name=Gambas3
|
||||
Exec=gambas3
|
||||
Comment=Gambas3 Integrated Development Environment
|
||||
Icon=gambas3.png
|
||||
Terminal=false
|
||||
Type=Application
|
||||
Categories=Application;Development;
|
||||
Encoding=UTF-8
|
||||
StartupNotify=true
|
BIN
app/desktop/gambas3.png
Normal file
BIN
app/desktop/gambas3.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 3.1 KiB |
Loading…
Reference in a new issue