Skip to content

Commit

Permalink
Update build.js
Browse files Browse the repository at this point in the history
  • Loading branch information
1ly4s0 committed May 31, 2024
1 parent d72a3e2 commit 3f93d54
Showing 1 changed file with 27 additions and 27 deletions.
54 changes: 27 additions & 27 deletions build.js
Original file line number Diff line number Diff line change
Expand Up @@ -85,37 +85,37 @@ obfuscateSrc().then(() => {
linux: {
icon: "./src/assets/images/icon.png",
target: [
// {
// target: "AppImage",
// arch: ["x64"]
// }, {
// target: "tar.gz",
// arch: ["x64"]
// },
{
target: "AppImage",
arch: ["x64"]
}, {
target: "tar.gz",
arch: ["x64"]
},
{
target: "deb",
arch: ["x64"]
},
// {
// target: "rpm",
// arch: ["x64"]
// },
// {
// target: "AppImage",
// arch: ["armv7l"]
// },
// {
// target: "tar.gz",
// arch: ["armv7l"]
// },
// {
// target: "deb",
// arch: ["armv7l"]
// },
// {
// target: "rpm",
// arch: ["armv7l"]
// }
{
target: "rpm",
arch: ["x64"]
},
{
target: "AppImage",
arch: ["armv7l"]
},
{
target: "tar.gz",
arch: ["armv7l"]
},
{
target: "deb",
arch: ["armv7l"]
},
{
target: "rpm",
arch: ["armv7l"]
}
]
}
}
Expand Down

0 comments on commit 3f93d54

Please sign in to comment.