Skip to content

Commit

Permalink
Update build targets
Browse files Browse the repository at this point in the history
  • Loading branch information
Thomas Nordquist committed Jan 15, 2019
1 parent 9c5140c commit 0de3ce2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.ts
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ const linux: builder.CliOptions = {
ia32: true,
armv7l: true,
arm64: true,
linux: ['AppImage', 'deb', 'rpm', 'pacman', 'tar.gz'],
linux: ['AppImage'],
projectDir: './build/clean',
publish: 'always',
}
Expand Down

0 comments on commit 0de3ce2

Please sign in to comment.