-
Notifications
You must be signed in to change notification settings - Fork 1
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
Showing
66 changed files
with
1,757 additions
and
1,196 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
Large diffs are not rendered by default.
Oops, something went wrong.
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 +1,35 @@ | ||
{"name":"snowrunner-xml-editor-desktop","productName":"SnowRunner XML Editor","version":"0.6.3b","description":"Allows you to visually edit the game's XML files.","repository":{"type":"git","url":"https://github.com/VerZsuT/SnowRunner-XML-Editor-Desktop.git"},"main":"src/app/index.js","scripts":{"start":"electron-forge start","build":"node preBuild.js && npm run package && node postBuild.js","package":"electron-forge package --platform=win32 --arch=ia32"},"keywords":[],"author":{"name":"VerZsuT","email":"verzsut@gmail.com"},"license":"MIT","config":{"forge":{"packagerConfig":{"ignore":["node_modules","docs","postBuild.js","preBuild.js",".gitignore"],"icon":"./src/icons/favicon.ico"}}},"devDependencies":{"@electron-forge/cli":"^6.0.0-beta.54","electron":"^12.0.2"},"dependencies":{}} | ||
{ | ||
"name": "snowrunner-xml-editor-desktop", | ||
"productName": "SnowRunner XML Editor", | ||
"version": "0.6.3c", | ||
"description": "Allows you to visually edit the game's XML files.", | ||
"repository": { | ||
"type": "git", | ||
"url": "https://github.com/VerZsuT/SnowRunner-XML-Editor-Desktop.git" | ||
}, | ||
"main": "src/app/index.js", | ||
"scripts": { | ||
"start": "electron-forge start", | ||
"build": "node preBuild.js && npm run package && node postBuild.js", | ||
"package": "electron-forge package --platform=win32 --arch=ia32" | ||
}, | ||
"keywords": [], | ||
"author": { | ||
"name": "VerZsuT", | ||
"email": "verzsut@gmail.com" | ||
}, | ||
"license": "MIT", | ||
"config": { | ||
"forge": { | ||
"packagerConfig": { | ||
"ignore": ["node_modules", "docs", "postBuild.js", "preBuild.js", ".gitignore"], | ||
"icon": "./src/icons/favicon.ico" | ||
} | ||
} | ||
}, | ||
"devDependencies": { | ||
"@electron-forge/cli": "^6.0.0-beta.54", | ||
"electron": "^12.0.2" | ||
}, | ||
"dependencies": {} | ||
} |
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
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,5 +1,5 @@ | ||
{ | ||
"version": "0.6.3b", | ||
"version": "0.6.3c", | ||
"lang": "EN", | ||
"buildType": "dev", | ||
"paths": { | ||
|
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Oops, something went wrong.