diff --git a/package.ts b/package.ts index 25d1707..840d10b 100644 --- a/package.ts +++ b/package.ts @@ -4,7 +4,7 @@ const linux: builder.CliOptions = { x64: true, ia32: true, armv7l: true, - arm64: true, + arm64: false, linux: ['AppImage'], projectDir: './build/clean', publish: 'always',