This repository has been archived by the owner on Dec 14, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #2 from OmegaRogue/main
Add intuitive reload hotkeys, cleanup
- Loading branch information
Showing
4 changed files
with
3,593 additions
and
4,621 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
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 |
---|---|---|
|
@@ -6,21 +6,35 @@ | |
"description": "VTT Desktop Client", | ||
"main": "main.js", | ||
"author": "theripper93", | ||
"contributors": [ | ||
{ | ||
"name": "theripper93", | ||
"email": "[email protected]", | ||
"url": "https://theripper93.com" | ||
}, | ||
{ | ||
"name": "OmegaRogue", | ||
"email": "[email protected]", | ||
"url": "https://omegavoid.codes" | ||
} | ||
], | ||
"devDependencies": { | ||
"@electron-forge/cli": "^6.1.1", | ||
"@electron-forge/maker-deb": "^6.1.1", | ||
"@electron-forge/maker-rpm": "^6.1.1", | ||
"@electron-forge/maker-squirrel": "^6.1.1", | ||
"@electron-forge/maker-zip": "^6.1.1", | ||
"electron": "^25.0.1", | ||
"@electron-forge/cli": "latest", | ||
"@electron-forge/maker-deb": "^6.2.1", | ||
"@electron-forge/maker-rpm": "^6.2.1", | ||
"@electron-forge/maker-squirrel": "^6.2.1", | ||
"@electron-forge/maker-zip": "^6.2.1", | ||
"@electron-forge/maker-flatpak": "^6.2.1", | ||
"electron": "^25.3.0", | ||
"electron-builder": "^23.6.0" | ||
}, | ||
"scripts": { | ||
"start": "electron-forge start", | ||
"package": "electron-forge package", | ||
"make": "electron-forge make", | ||
"build": "electron-forge make", | ||
"make:linux": "electron-builder --linux" | ||
"make:linux": "electron-builder --linux", | ||
"make:windows": "electron-forge make --platform win32" | ||
}, | ||
"dependencies": { | ||
"electron-squirrel-startup": "^1.0.0" | ||
|
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
Oops, something went wrong.