File tree Expand file tree Collapse file tree 2 files changed +12
-7
lines changed Expand file tree Collapse file tree 2 files changed +12
-7
lines changed Original file line number Diff line number Diff line change 29
29
"skip" : false
30
30
},
31
31
"debian" : {
32
- "skip" : true ,
32
+ "skip" : false ,
33
33
"controlFields" : {
34
34
"Depends" : " libx11-6" ,
35
35
"Section" : " x11" ,
39
39
},
40
40
"prePack" : [
41
41
" cd $debianStep_debianSourceDirectory && mkdir -p usr/share/applications" ,
42
- " cd $debianStep_debianSourceDirectory && mv opt/nodeguiapp /nodeguiapp.desktop usr/share/applications/" ,
42
+ " cd $debianStep_debianSourceDirectory && cp $pruneStep_trashDirectory/packaging/linux /nodeguiapp.desktop usr/share/applications/" ,
43
43
44
44
" cd $debianStep_debianSourceDirectory && mkdir -p usr/share/icons" ,
45
- " cd $debianStep_debianSourceDirectory && cp -r $pruneStep_trashDirectory/packaging/linux/icons/hicolor usr/share/icons/" ,
46
-
47
- " cd $debianStep_debianSourceDirectory && cp -r $pruneStep_trashDirectory/packaging/linux/debian/* DEBIAN/" ,
48
- " cd $debianStep_debianSourceDirectory && chmod 755 DEBIAN/*"
45
+ " cd $debianStep_debianSourceDirectory && cp -r $pruneStep_trashDirectory/packaging/linux/icons/hicolor usr/share/icons/"
49
46
]
50
47
},
51
48
"appImage" : {
52
49
"exeEntryPoint" : " nodeguiapp" ,
53
50
"prePack" : [
54
- " cp $pruneStep_trashDirectory/packaging/linux/nodeguiapp .desktop $appImageStep_appImageSourceDirectory" ,
51
+ " cp $pruneStep_trashDirectory/packaging/linux/nodeguiapp_appimage .desktop $appImageStep_appImageSourceDirectory" ,
55
52
" cp $pruneStep_trashDirectory/packaging/linux/icons/hicolor/32x32/apps/nodeguiapp.png $appImageStep_appImageSourceDirectory"
56
53
]
57
54
},
Original file line number Diff line number Diff line change
1
+ [Desktop Entry]
2
+ Name =NodeGuiApp
3
+ Exec =nodegui-simple-starter
4
+ Terminal =false
5
+ Type =Application
6
+ Comment =A NodeGui application
7
+ Categories =System;X-GNOME-Utilities;
8
+ Icon =nodeguiapp
You can’t perform that action at this time.
0 commit comments