summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorConor Anderson2018-11-27 20:45:19 -0500
committerConor Anderson2018-11-27 20:45:19 -0500
commit31ead8b1af12cbf5ef6a398cbe9d14594c37af44 (patch)
treea87efb35849c059a0d9966e9ee79c9f1bfbdf0d5
parent6b3b4a30dae812351d7d5798f624269e19283894 (diff)
downloadaur-31ead8b1af12cbf5ef6a398cbe9d14594c37af44.tar.gz
Remove Gruntfile.patch
-rw-r--r--Gruntfile.patch30
1 files changed, 0 insertions, 30 deletions
diff --git a/Gruntfile.patch b/Gruntfile.patch
deleted file mode 100644
index 88f6f44123bd..000000000000
--- a/Gruntfile.patch
+++ /dev/null
@@ -1,30 +0,0 @@
---- Gruntfile.js 2018-09-17 16:49:19.630048059 -0400
-+++ Gruntfile.js 2018-09-17 16:43:27.178277541 -0400
-@@ -28,8 +28,6 @@
- const INFO_JSON = 'info.json';
-
- const LINUX_SETTINGS = {
-- afterInstall: 'bin/deb/after-install.tpl',
-- afterRemove: 'bin/deb/after-remove.tpl',
- category: 'Network',
- desktop: {
- Version: '<%= info.version %>.<%= buildNumber %>',
-@@ -39,7 +37,7 @@
- Keywords: 'chat;encrypt;e2e;messenger;videocall',
- StartupWMClass: '<%= info.name %>',
- },
-- fpm: ['--name', 'wire-desktop'],
-+ executableName: 'wire-desktop'
- };
-
- module.exports = function(grunt) {
-@@ -200,8 +198,7 @@
- options: {
- arch: grunt.option('arch') || process.arch,
- linux: {
-- ...LINUX_SETTINGS,
-- fpm: ['--name', 'wire-desktop'],
-+ ...LINUX_SETTINGS
- },
- targets: [grunt.option('target') || 'dir'],
- },