mirror of
https://github.com/AltarikMC/Launcher
synced 2025-12-15 12:01:46 +00:00
Add linux support to maker and updater
This commit is contained in:
@@ -19,6 +19,10 @@ module.exports = {
|
||||
setupIcon: path.resolve(__dirname, 'icon.ico'),
|
||||
setupExe: `${pkg.name}-${pkg.version}-win32-x64.exe`
|
||||
}
|
||||
},
|
||||
{
|
||||
name: '@electron-forge/maker-zip',
|
||||
platforms: ['linux']
|
||||
}
|
||||
],
|
||||
publishers: [
|
||||
|
||||
Reference in New Issue
Block a user