mirror of
https://github.com/Myxelium/Bridge-Multi.git
synced 2026-07-07 10:35:09 +00:00
Fix build
This commit is contained in:
@@ -17,7 +17,7 @@
|
|||||||
"shortcutName": "Bridge"
|
"shortcutName": "Bridge"
|
||||||
},
|
},
|
||||||
"win": {
|
"win": {
|
||||||
"icon": "dist/angular/assets/images/system/icons/win/icon.ico",
|
"icon": "dist/angular/browser/assets/images/system/icons/win/icon.ico",
|
||||||
"compression": "store"
|
"compression": "store"
|
||||||
},
|
},
|
||||||
"mac": {
|
"mac": {
|
||||||
@@ -31,7 +31,7 @@
|
|||||||
]
|
]
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
"icon": "dist/angular/assets/images/system/icons/mac/icon.icns"
|
"icon": "dist/angular/browser/assets/images/system/icons/mac/icon.icns"
|
||||||
},
|
},
|
||||||
"linux": {
|
"linux": {
|
||||||
"compression": "maximum",
|
"compression": "maximum",
|
||||||
|
|||||||
@@ -156,7 +156,7 @@ async function loadWindow(retries = 0) {
|
|||||||
function getLoadUrl() {
|
function getLoadUrl() {
|
||||||
return url.format({
|
return url.format({
|
||||||
protocol: isDevBuild ? 'http:' : 'file:',
|
protocol: isDevBuild ? 'http:' : 'file:',
|
||||||
pathname: isDevBuild ? '//localhost:4200/' : path.join(_dirname, '..', '..', 'angular', 'index.html'),
|
pathname: isDevBuild ? '//localhost:4200/' : path.join(_dirname, '..', '..', 'angular', 'browser', 'index.html'),
|
||||||
slashes: true,
|
slashes: true,
|
||||||
})
|
})
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user