Skip to content

Commit

Permalink
chore: default linux target + ci config (electron-userland#5787)
Browse files Browse the repository at this point in the history
  • Loading branch information
mmaietta committed Apr 10, 2021
1 parent 6b1be73 commit 66f01bb
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/test.yaml
Expand Up @@ -65,5 +65,5 @@ jobs:
- name: test
run: node ./test/out/helpers/runTests.js
env:
TEST_FILES: ${{ matrix.TEST_FILES }}
TEST_FILES: ${{ matrix.testFiles }}
FORCE_COLOR: 1
2 changes: 1 addition & 1 deletion packages/app-builder-lib/src/linuxPackager.ts
Expand Up @@ -23,7 +23,7 @@ export class LinuxPackager extends PlatformPackager<LinuxConfiguration> {
}

get defaultTarget(): Array<string> {
return ["snap", "appimage", "flatpak"]
return ["snap", "appimage"]
}

createTargets(targets: Array<string>, mapper: (name: string, factory: (outDir: string) => Target) => void): void {
Expand Down

0 comments on commit 66f01bb

Please sign in to comment.