This repository has been archived by the owner on Sep 18, 2021. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
703c68a
commit c7b9e64
Showing
10 changed files
with
948 additions
and
918 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,62 +1,62 @@ | ||
{ | ||
"name": "glados-desktop", | ||
"version": "1.0.0", | ||
"description": "GLaDOS on Desktop", | ||
"main": "src/main.js", | ||
"scripts": { | ||
"start": "electron .", | ||
"dist:w64": "electron-builder --win --x64 --publish never", | ||
"dist:w32": "electron-builder --win --ia32 --publish never", | ||
"dist:wa64": "electron-builder --win --arm64 --publish never", | ||
"dist:l64": "electron-builder --linux --x64 --publish never", | ||
"dist:l32": "electron-builder --linux --ia32 --publish never", | ||
"dist:m": "electron-builder --mac --x64 --publish never" | ||
}, | ||
"repository": "https://github.com/GloomyGhost-MosquitoSeal/GLaDOS-Desktop", | ||
"homepage": "https://github.com/GloomyGhost-MosquitoSeal/GLaDOS-Desktop", | ||
"keywords": [ | ||
"GLaDOS" | ||
], | ||
"build": { | ||
"productName": "GLaDOS", | ||
"appId": "com.gloomyghost.gladosdesktop", | ||
"mac": { | ||
"category": "com.gloomyghost.gladosdesktop", | ||
"icon": "./src/images/logo.png", | ||
"target": [ | ||
"dmg" | ||
] | ||
"name": "glados-desktop", | ||
"version": "1.0.0", | ||
"description": "GLaDOS on Desktop", | ||
"main": "src/main.js", | ||
"scripts": { | ||
"start": "electron .", | ||
"dist:w64": "electron-builder --win --x64 --publish never", | ||
"dist:w32": "electron-builder --win --ia32 --publish never", | ||
"dist:wa64": "electron-builder --win --arm64 --publish never", | ||
"dist:l64": "electron-builder --linux --x64 --publish never", | ||
"dist:l32": "electron-builder --linux --ia32 --publish never", | ||
"dist:m": "electron-builder --mac --x64 --publish never" | ||
}, | ||
"win": { | ||
"icon": "./src/images/logo.png", | ||
"target": [ | ||
"nsis" | ||
] | ||
"repository": "https://github.com/GloomyGhost-MosquitoSeal/GLaDOS-Desktop", | ||
"homepage": "https://github.com/GloomyGhost-MosquitoSeal/GLaDOS-Desktop", | ||
"keywords": [ | ||
"GLaDOS" | ||
], | ||
"build": { | ||
"productName": "GLaDOS", | ||
"appId": "com.gloomyghost.gladosdesktop", | ||
"mac": { | ||
"category": "com.gloomyghost.gladosdesktop", | ||
"icon": "./src/images/logo.png", | ||
"target": [ | ||
"dmg" | ||
] | ||
}, | ||
"win": { | ||
"icon": "./src/images/logo.png", | ||
"target": [ | ||
"nsis" | ||
] | ||
}, | ||
"linux": { | ||
"icon": "./src/images/logo.png", | ||
"target": [ | ||
"deb", | ||
"rpm", | ||
"pacman" | ||
] | ||
}, | ||
"nsis": { | ||
"oneClick": false, | ||
"perMachine": true, | ||
"allowElevation": true, | ||
"allowToChangeInstallationDirectory": true, | ||
"createDesktopShortcut": true, | ||
"createStartMenuShortcut": true | ||
} | ||
}, | ||
"linux": { | ||
"icon": "./src/images/logo.png", | ||
"target": [ | ||
"deb", | ||
"rpm", | ||
"pacman" | ||
] | ||
"author": { | ||
"name": "GloomyGhost", | ||
"email": "[email protected]" | ||
}, | ||
"nsis": { | ||
"oneClick": false, | ||
"perMachine": true, | ||
"allowElevation": true, | ||
"allowToChangeInstallationDirectory": true, | ||
"createDesktopShortcut": true, | ||
"createStartMenuShortcut": true | ||
"license": "MIT", | ||
"devDependencies": { | ||
"electron": "^5.0.2", | ||
"electron-builder": "^20.41.0" | ||
} | ||
}, | ||
"author": { | ||
"name": "GloomyGhost", | ||
"email": "[email protected]" | ||
}, | ||
"license": "MIT", | ||
"devDependencies": { | ||
"electron": "^5.0.2", | ||
"electron-builder": "^20.41.0" | ||
} | ||
} |
Oops, something went wrong.