summaryrefslogtreecommitdiff
path: root/nonfree/min/icon.patch
diff options
context:
space:
mode:
authorAndreas Grapentin <andreas@grapentin.org>2019-02-08 23:01:04 +0100
committerAndreas Grapentin <andreas@grapentin.org>2019-02-08 23:01:04 +0100
commit04fc41a7d944dcc5b7b7be265aa4982ea5a4db2e (patch)
tree9bbf1919272207780662c82a4dd4fda85302a106 /nonfree/min/icon.patch
parent63a2fd1c33db9410d56321f76182f6e92cedf216 (diff)
libre/min: moved to nonfree (depends on electron)
Diffstat (limited to 'nonfree/min/icon.patch')
-rw-r--r--nonfree/min/icon.patch10
1 files changed, 10 insertions, 0 deletions
diff --git a/nonfree/min/icon.patch b/nonfree/min/icon.patch
new file mode 100644
index 000000000..dd8194718
--- /dev/null
+++ b/nonfree/min/icon.patch
@@ -0,0 +1,10 @@
+--- a/main/main.js
++++ b/main/main.js
+@@ -83,7 +83,6 @@
+ minWidth: 320,
+ minHeight: 350,
+ titleBarStyle: 'hiddenInset',
+- icon: __dirname + '/icons/icon256.png',
+ frame: process.platform !== 'win32',
+ backgroundColor: '#fff', // the value of this is ignored, but setting it seems to work around https://github.com/electron/electron/issues/10559
+ })