4
0
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:
2022-10-11 16:39:25 +02:00
parent 2cb8fd1e5b
commit abb924e844
5 changed files with 144 additions and 19 deletions

View File

@@ -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: [