add arm64 for linux

This commit is contained in:
Jin 2024-08-05 20:46:32 +02:00
parent e10df0708c
commit 42e3f126e4

View File

@ -29,6 +29,7 @@ module.exports = {
makers: [
{
name: '@electron-forge/maker-deb',
arch: ['x64', 'arm64'],
config: {
options: {
icon: "./images/app-icons/png/128x128.png",