Add Electron & Setup Github Actions
This commit is contained in:
@@ -0,0 +1,32 @@
|
||||
{
|
||||
"name": "open-planets-maps",
|
||||
"version": "1.0.0",
|
||||
"description": "Open Planets Maps in Electron",
|
||||
"main": "electron-main.js",
|
||||
"scripts": {
|
||||
"start": "electron .",
|
||||
"build": "electron-builder"
|
||||
},
|
||||
"author": "Kyllian Auguste",
|
||||
"license": "ISC",
|
||||
"devDependencies": {
|
||||
"electron": "^29.0.0"
|
||||
},
|
||||
"build": {
|
||||
"appId": "com.openplanetsmaps.app",
|
||||
"productName": "OpenPlanetsMaps",
|
||||
"directories": {
|
||||
"output": "dist"
|
||||
},
|
||||
"win": {
|
||||
"target": "nsis",
|
||||
"icon": "SRC/IMG/IMP_Gen_logo-removebg-preview.png"
|
||||
}
|
||||
},
|
||||
"dependencies": {
|
||||
"@capacitor/android": "^8.3.4",
|
||||
"@capacitor/cli": "^8.3.4",
|
||||
"@capacitor/core": "^8.3.4",
|
||||
"@capacitor/ios": "^8.3.4"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user