feat: implement Nginx and Apache service management with automated configuration generation and IPC handlers
This commit is contained in:
+2
-1
@@ -88,6 +88,7 @@
|
||||
"asar": true,
|
||||
"win": {
|
||||
"icon": "build/icon.ico",
|
||||
"requestedExecutionLevel": "highestAvailable",
|
||||
"target": [
|
||||
"nsis"
|
||||
]
|
||||
@@ -101,7 +102,7 @@
|
||||
"installerIcon": "build/icon.ico",
|
||||
"uninstallerIcon": "build/icon.ico",
|
||||
"installerHeaderIcon": "build/icon.ico",
|
||||
"perMachine": false,
|
||||
"perMachine": true,
|
||||
"multiLanguageInstaller": true,
|
||||
"installerLanguages": [
|
||||
"tr_TR",
|
||||
|
||||
Reference in New Issue
Block a user