Skip to content

Commit

Permalink
Enable Terminal by Default
Browse files Browse the repository at this point in the history
  • Loading branch information
donavanbecker committed Oct 29, 2024
1 parent 92b59aa commit 31dc78e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2450,6 +2450,7 @@ In addition:
### Other Changes

- Updated Angular to 6.1.0
- Made Terminal enabled by default on new macOS hb-service installs
- Updated npm dependencies

## v3.8.5 (2018-06-15)
Expand Down
2 changes: 2 additions & 0 deletions src/bin/platforms/darwin.ts
Original file line number Diff line number Diff line change
Expand Up @@ -385,6 +385,8 @@ export class DarwinInstaller extends BasePlatform {
` <string>${this.getUserHomeDir()}</string>`,
' <key>UIX_STORAGE_PATH</key>',
` <string>${this.hbService.storagePath}</string>`,
' <key>HOMEBRIDGE_CONFIG_UI_TERMINAL</key>',
` <string>1</string>`,

Check failure on line 389 in src/bin/platforms/darwin.ts

View workflow job for this annotation

GitHub Actions / build (ubuntu-latest, 18.x)

Strings must use singlequote

Check failure on line 389 in src/bin/platforms/darwin.ts

View workflow job for this annotation

GitHub Actions / build (macos-latest, 18.x)

Strings must use singlequote

Check failure on line 389 in src/bin/platforms/darwin.ts

View workflow job for this annotation

GitHub Actions / publish / publish_npm

Strings must use singlequote

Check failure on line 389 in src/bin/platforms/darwin.ts

View workflow job for this annotation

GitHub Actions / test_hb_service (ubuntu-latest, 18.x)

Strings must use singlequote

Check failure on line 389 in src/bin/platforms/darwin.ts

View workflow job for this annotation

GitHub Actions / test_hb_service (macos-latest, 18.x)

Strings must use singlequote

Check failure on line 389 in src/bin/platforms/darwin.ts

View workflow job for this annotation

GitHub Actions / test_hb_service (windows-2019, 18.x)

Strings must use singlequote

Check failure on line 389 in src/bin/platforms/darwin.ts

View workflow job for this annotation

GitHub Actions / test_hb_service (windows-latest, 18.x)

Strings must use singlequote

Check failure on line 389 in src/bin/platforms/darwin.ts

View workflow job for this annotation

GitHub Actions / lint / ESLint

Strings must use singlequote
' </dict>',
'</dict>',
'</plist>',
Expand Down

0 comments on commit 31dc78e

Please sign in to comment.