mirror of
https://github.com/AltarikMC/Launcher
synced 2024-11-22 06:19:50 +01:00
fix app icon issue
This commit is contained in:
parent
c5c743f1c2
commit
adb1c3f4ed
@ -4,7 +4,7 @@ module.exports = {
|
|||||||
packageName: "altarik-launcher",
|
packageName: "altarik-launcher",
|
||||||
name: "altarik-launcher",
|
name: "altarik-launcher",
|
||||||
productName: "altarik-launcher",
|
productName: "altarik-launcher",
|
||||||
icon: path.resolve(__dirname, 'app.ico')
|
icon: path.resolve(__dirname, 'icon.ico')
|
||||||
},
|
},
|
||||||
makers: [
|
makers: [
|
||||||
{
|
{
|
||||||
@ -12,18 +12,15 @@ module.exports = {
|
|||||||
platforms: ['darwin', 'win32'],
|
platforms: ['darwin', 'win32'],
|
||||||
config: {
|
config: {
|
||||||
name: "altarik-launcher",
|
name: "altarik-launcher",
|
||||||
iconUrl: path.resolve(__dirname, 'app.ico'),
|
iconUrl: path.resolve(__dirname, 'icon.ico'),
|
||||||
//loadingGif: path.resolve(__dirname, 'src/assets/loading.gif'),
|
//loadingGif: path.resolve(__dirname, 'src/assets/loading.gif'),
|
||||||
setupIcon: path.resolve(__dirname, 'app.ico'),
|
setupIcon: path.resolve(__dirname, 'icon.ico'),
|
||||||
setupExe: "altarik-launcher-win32-x64.exe"
|
setupExe: "altarik-launcher-win32-x64.exe"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
name: '@electron-forge/maker-zip',
|
name: '@electron-forge/maker-zip',
|
||||||
platforms: ['darwin', 'linux'],
|
platforms: ['darwin', 'linux']
|
||||||
config: {
|
|
||||||
// Config here
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user