diff --git a/Gruntfile.js b/Gruntfile.js index 7b7772b77..67ff643c3 100644 --- a/Gruntfile.js +++ b/Gruntfile.js @@ -285,9 +285,6 @@ module.exports = function(grunt) { var files = [{ zip: 'signal-desktop-' + package_json.version + '.zip', extractedTo: 'linux' - }, { - zip: 'Signal-win-' + package_json.version + '.zip', - extractedTo: 'windows' }]; var extract = require('extract-zip'); diff --git a/appveyor.yml b/appveyor.yml index ed578f99d..249dc1979 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -22,12 +22,5 @@ test_script: - node build\grunt.js test-release:win - node build\grunt.js test -artifacts: - - path: dist/*.* - environment: SIGNAL_ENV: production - -deploy: - provider: Environment - name: signal-desktop-builds diff --git a/fix_broken_perms.sh b/fix_broken_perms.sh index c95314108..63898508a 100755 --- a/fix_broken_perms.sh +++ b/fix_broken_perms.sh @@ -1,6 +1,4 @@ set -e find release/linux -type d | xargs chmod 755 find release/linux -type f | xargs chmod 644 -find release/windows -type d | xargs chmod 755 -find release/windows -type f | xargs chmod 644 chmod +x release/linux/signal-desktop diff --git a/package.json b/package.json index bf71c8c74..58d8d028e 100644 --- a/package.json +++ b/package.json @@ -121,6 +121,7 @@ "config/${env.SIGNAL_ENV}.json", "config/local-${env.SIGNAL_ENV}.json", "background.html", + "about.html", "_locales/**", "protos/*", "js/**",