mirror of
https://github.com/mgerb/ps-launcher
synced 2026-01-09 01:52:57 +00:00
0.0.3 release
This commit is contained in:
@@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "ps-launcher",
|
"name": "ps-launcher",
|
||||||
"version": "0.0.2",
|
"version": "0.0.3",
|
||||||
"description": "A seed for a simple react application with typescript.",
|
"description": "A seed for a simple react application with typescript.",
|
||||||
"main": "main.js",
|
"main": "main.js",
|
||||||
"scripts": {
|
"scripts": {
|
||||||
@@ -11,7 +11,7 @@
|
|||||||
"watch": "webpack --watch",
|
"watch": "webpack --watch",
|
||||||
"generate-icons": "electron-icon-maker -i ./app/assets/app-icon.png -o ./app/assets",
|
"generate-icons": "electron-icon-maker -i ./app/assets/app-icon.png -o ./app/assets",
|
||||||
"pack": "electron-builder --dir",
|
"pack": "electron-builder --dir",
|
||||||
"dist": "electron-builder"
|
"dist": "npm run build && electron-builder"
|
||||||
},
|
},
|
||||||
"build": {
|
"build": {
|
||||||
"appId": "PS Launcher",
|
"appId": "PS Launcher",
|
||||||
|
|||||||
Reference in New Issue
Block a user