File tree Expand file tree Collapse file tree 2 files changed +7
-4
lines changed
include/linux/scripts/service Expand file tree Collapse file tree 2 files changed +7
-4
lines changed Original file line number Diff line number Diff line change @@ -103,6 +103,9 @@ compose.desktop {
103
103
104
104
linux {
105
105
iconFile.set(project.file(" drawable/app_icon.png" ))
106
+ menuGroup = " Utility"
107
+ shortcut = true
108
+ appCategory = " Utility"
106
109
}
107
110
}
108
111
}
Original file line number Diff line number Diff line change @@ -16,10 +16,10 @@ systemdServiceFile="$systemdDir$serviceFileName"
16
16
exeCopyDir=" /usr/local/bin/$serviceName "
17
17
18
18
# 1 is already taken by ExecutionPolicy exception (can't run script on the machine (on Windows of course)
19
- defaultErrorCode=2
20
- needAdminErrorCode=3
21
- notInstalledErrorCode=4
22
- needRuntimeErrorCode=5
19
+ defaultErrorCode=101
20
+ needAdminErrorCode=102
21
+ notInstalledErrorCode=103
22
+ needRuntimeErrorCode=104
23
23
24
24
replaceInServiceFile () {
25
25
local name=" $1 "
You can’t perform that action at this time.
0 commit comments