Skip to content

Commit ca325e6

Browse files
committed
chore: add macos x64 install instructions + include .txt file extension when adding instructions to dmg
1 parent 0fcd15c commit ca325e6

File tree

3 files changed

+14
-2
lines changed

3 files changed

+14
-2
lines changed

grunt/compile.js

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ module.exports = function (grunt) {
7878
x: 320, y: 240,
7979
type: 'file',
8080
path: config.installInstructionsPath,
81-
name: 'Install Instructions'
81+
name: 'Install Instructions.txt'
8282
}]
8383
: [])
8484
];
@@ -144,7 +144,8 @@ module.exports = function (grunt) {
144144
name: `firebot-v${version}-macos-x64`,
145145
title: "Firebot Installer",
146146
icon: macDmgIcon,
147-
background: macDmgBg
147+
background: macDmgBg,
148+
installInstructionsPath: path.resolve(__dirname, '../macos-x64-install-instructions.txt')
148149
},
149150
arm64: {
150151
appPath: macArmPathIn,
Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
Since Firebot is not notarized by Apple, macOS Gatekeeper will block it on first launch. Follow these steps to allow it to run:
2+
13
1. Drag Firebot into the Applications folder
24
2. Open the Terminal app and run the following command (copy/paste and hit enter):
35
xattr -c /Applications/Firebot.app

macos-x64-install-instructions.txt

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
Since Firebot is not notarized by Apple, macOS Gatekeeper will block it on first launch. Follow these steps to allow it to run:
2+
3+
1. Drag Firebot into the Applications folder
4+
2. Run Firebot
5+
3. When the "Firebot Not Opened" alert appears, click **Done** (do NOT click "Move to Trash")
6+
4. Open System Settings
7+
5. Navigate to Privacy & Security
8+
6. Scroll down and click "Open Anyway" next to "Firebot was blocked"
9+
7. Click "Open Anyway"" in the confirmation dialog that appears

0 commit comments

Comments
 (0)