🚀 Ready to launch

This commit is contained in:
LittleSheep 2025-01-11 23:45:49 +08:00
parent 3876d1c606
commit 5a5d5369bc
5 changed files with 4 additions and 0 deletions

Binary file not shown.

Before

Width:  |  Height:  |  Size: 84 KiB

After

Width:  |  Height:  |  Size: 21 KiB

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

Binary file not shown.

Before

Width:  |  Height:  |  Size: 35 KiB

After

Width:  |  Height:  |  Size: 30 KiB

View File

@ -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.

View File

@ -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({