summarylogtreecommitdiffstats
path: root/fix-autostart-path.diff
diff options
context:
space:
mode:
authorDaniel Peukert2020-02-16 15:23:48 +0100
committerDaniel Peukert2020-02-16 15:23:48 +0100
commit2c00bec8f6fc7502add4100478a4efe77d2e3e5a (patch)
treead5414ee1b387b649a351b9177b9c426352cc506 /fix-autostart-path.diff
parente6973e03b6a4fc8ccf02437f6ab6238571caff8b (diff)
downloadaur-2c00bec8f6fc7502add4100478a4efe77d2e3e5a.tar.gz
Fixed autostart path and updated devMode sed commands
Diffstat (limited to 'fix-autostart-path.diff')
-rw-r--r--fix-autostart-path.diff12
1 files changed, 12 insertions, 0 deletions
diff --git a/fix-autostart-path.diff b/fix-autostart-path.diff
new file mode 100644
index 000000000000..8ba8fabdd8ad
--- /dev/null
+++ b/fix-autostart-path.diff
@@ -0,0 +1,12 @@
+diff --git a/src/stores/AppStore.js b/src/stores/AppStore.js
+index 36e6efd4..c6e4a32c 100644
+--- a/src/stores/AppStore.js
++++ b/src/stores/AppStore.js
+@@ -35,6 +35,7 @@ const mainWindow = remote.getCurrentWindow();
+ const defaultLocale = DEFAULT_APP_SETTINGS.locale;
+ const autoLauncher = new AutoLaunch({
+ name: 'Ferdi',
++ path: '/usr/bin/ferdi',
+ });
+
+ const CATALINA_NOTIFICATION_HACK_KEY = '_temp_askedForCatalinaNotificationPermissions';