Skip to content

Commit

Permalink
Disabled RPM and DEB builds
Browse files Browse the repository at this point in the history
  • Loading branch information
junebug12851 committed Nov 27, 2018
1 parent c3948f5 commit ce5cdad
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 15 deletions.
4 changes: 2 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,8 +34,8 @@ before_cache:
- rm -rf $HOME/.cache/electron-builder/wine

# Install RPM tools needed to build rpm files
before_install:
- brew install rpm
# before_install:
# - brew install rpm

# Install everything in NPM
install:
Expand Down
27 changes: 14 additions & 13 deletions targets1.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@ extends: "./base.yml"

# This produces setup installers
# Disabled pacman as it kept crashing the builder for no apparent reason
# Disabled deb and rpm, honestly fpm seems to be really buggy lately

artifactName: "${productName} Setup ${os} ${arch}.${ext}"
icon: "./pokered-save-editor/assets/icons"
Expand All @@ -24,14 +25,14 @@ linux:
arch:
- "x64"
- "ia32"
- target: "deb"
arch:
- "x64"
- "ia32"
- target: "rpm"
arch:
- "x64"
- "ia32"
# - target: "deb"
# arch:
# - "x64"
# - "ia32"
# - target: "rpm"
# arch:
# - "x64"
# - "ia32"
# - target: "pacman"
# arch:
# - "x64"
Expand All @@ -45,12 +46,12 @@ appImage:
synopsis: "Pokemon Red/Blue Save Editor"
category: "Utility"

deb:
packageCategory: "utils"
priority: "optional"
# deb:
# packageCategory: "utils"
# priority: "optional"

rpm:
packageCategory: "Applications/Editors"
# rpm:
# packageCategory: "Applications/Editors"

# pacman:
# packageCategory: "Applications/Editors"

0 comments on commit ce5cdad

Please sign in to comment.