🚀 Ready to launch
This commit is contained in:
parent
3876d1c606
commit
5a5d5369bc
BIN
build/icon.icns
BIN
build/icon.icns
Binary file not shown.
Before Width: | Height: | Size: 84 KiB After Width: | Height: | Size: 21 KiB |
BIN
build/icon.ico
BIN
build/icon.ico
Binary file not shown.
Before Width: | Height: | Size: 121 KiB After Width: | Height: | Size: 7.4 KiB |
BIN
build/icon.png
Normal file → Executable file
BIN
build/icon.png
Normal file → Executable file
Binary file not shown.
Before Width: | Height: | Size: 35 KiB After Width: | Height: | Size: 30 KiB |
@ -21,6 +21,8 @@ nsis:
|
||||
mac:
|
||||
entitlementsInherit: build/entitlements.mac.plist
|
||||
extendInfo:
|
||||
- CFBundleName: MatrixTerminal
|
||||
- CFBundleDisplayName: Matrix
|
||||
- NSCameraUsageDescription: Application requests access to the device's camera.
|
||||
- NSMicrophoneUsageDescription: Application requests access to the device's microphone.
|
||||
- NSDocumentsFolderUsageDescription: Application requests access to the user's Documents folder.
|
||||
|
@ -7,6 +7,8 @@ import { initTasks } from './tasks'
|
||||
import { initLibrary } from './library'
|
||||
import icon from '../../resources/icon.png?asset'
|
||||
|
||||
app.setName('MatrixTerminal')
|
||||
|
||||
function createWindow(): void {
|
||||
// Create the browser window.
|
||||
const mainWindow = new BrowserWindow({
|
||||
|
Loading…
x
Reference in New Issue
Block a user