mirror of
https://github.com/zadam/trilium.git
synced 2025-11-11 14:20:36 +08:00
add arm64 for linux
This commit is contained in:
parent
e10df0708c
commit
42e3f126e4
1 changed files with 1 additions and 0 deletions
|
|
@ -29,6 +29,7 @@ module.exports = {
|
||||||
makers: [
|
makers: [
|
||||||
{
|
{
|
||||||
name: '@electron-forge/maker-deb',
|
name: '@electron-forge/maker-deb',
|
||||||
|
arch: ['x64', 'arm64'],
|
||||||
config: {
|
config: {
|
||||||
options: {
|
options: {
|
||||||
icon: "./images/app-icons/png/128x128.png",
|
icon: "./images/app-icons/png/128x128.png",
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue