HerrHase 1 year ago
parent 355ddf08d0
commit 3931d9cf2d

@ -16,13 +16,4 @@ there will be another attempt to use neutralino.js, because it is more lightweig
## Next Goals ## Next Goals
* Keyboard- and Controller-Support for navigation * Keyboard- and Controller-Support for navigation
* Kiosk-Mode * Kiosk-Mode
lastModified: 1649156637854
lastModifiedDate: Tue Apr 05 2022 13:03:57 GMT+0200 (Central European Summer Time) {}
name: "image001.png"
path: "/home/herrhase/image001.png"
size: 71577
type: "image/png"
webkitRelativePath: ""

@ -41,7 +41,7 @@ function handleReady() {
if (process.env.debug) { if (process.env.debug) {
appWindow.webContents.openDevTools() appWindow.webContents.openDevTools()
} }
// adding events for ipcMain // adding events for ipcMain
ipcMain.on('getPathUserData', (event) => { ipcMain.on('getPathUserData', (event) => {
event.returnValue = app.getPath('userData') event.returnValue = app.getPath('userData')

@ -1,18 +1 @@
{ {}
"/build/js/app/spritemap.js": "/build/js/app/spritemap.js",
"/public/symbol-defs.svg": "/public/symbol-defs.svg",
"/build/js/app.js": "/build/js/app.js",
"/build/css/styles.css": "/build/css/styles.css",
"/build/js/neutralino.js": "/build/js/neutralino.js",
"/build/css/demo.html": "/build/css/demo.html",
"/build/css/IBMPlexMono-Bold.eot": "/build/css/IBMPlexMono-Bold.eot",
"/build/css/IBMPlexMono-Bold.ttf": "/build/css/IBMPlexMono-Bold.ttf",
"/build/css/IBMPlexMono-Bold.woff": "/build/css/IBMPlexMono-Bold.woff",
"/build/css/IBMPlexMono-Bold.woff2": "/build/css/IBMPlexMono-Bold.woff2",
"/build/css/IBMPlexMono.eot": "/build/css/IBMPlexMono.eot",
"/build/css/IBMPlexMono.ttf": "/build/css/IBMPlexMono.ttf",
"/build/css/IBMPlexMono.woff": "/build/css/IBMPlexMono.woff",
"/build/css/IBMPlexMono.woff2": "/build/css/IBMPlexMono.woff2",
"/build/css/OFL.txt": "/build/css/OFL.txt",
"/build/css/stylesheet.css": "/build/css/stylesheet.css"
}

18068
package-lock.json generated

File diff suppressed because it is too large Load Diff

@ -1,36 +1,38 @@
{ {
"name": "potato-launcher", "name": "potato-launcher",
"version": "0.1.0", "version": "0.2.0",
"author": "Björn Hase <me@herr-hase.wtf>", "author": "Björn Hase <me@herr-hase.wtf>",
"homepage": "https://herr-hase.wtf",
"main": "index.js", "main": "index.js",
"description": "Launcher for Apps on Desktop", "description": "Launcher for Apps on Desktop",
"config": { "build": {
"forge": { "files": [
"packagerConfig": { "dist/**/*",
"out": "./build", "package.json",
"dir": "./" "index.js"
}, ],
"makers": [ "linux": {
{ "target": [
"name": "@electron-forge/maker-deb", "AppImage",
"platforms": [ "deb"
"linux" ],
] "icon": "resources/logo.png",
}, "category": "Utility"
{ },
"name": "@electron-forge/maker-wix", "win": {
"platforms": [ "target": [
"win32" "nsis"
] ],
} "icon": "resources/logo.ico"
] },
} "nodeGypRebuild": false,
"npmRebuild": false,
"asar": true
}, },
"scripts": { "scripts": {
"development": "export debug=true && npx mix && electron .", "development": "export debug=true && npx mix && electron .",
"production": "npx mix --production && electron .", "production": "npx mix --production && electron .",
"build-linux": "npx mix --production && npx electron-forge make --target=linux --arch=x64", "build-linux": "npx mix --production && npm exec --package=electron-builder -- electron-builder build --linux"
"build-win": "npx mix --production && npx electron-forge make --target=win32 --arch=x64"
}, },
"dependencies": { "dependencies": {
"@riotjs/observable": "^4.1.1", "@riotjs/observable": "^4.1.1",
@ -43,18 +45,16 @@
"identicon": "^3.1.1", "identicon": "^3.1.1",
"md5": "^2.3.0", "md5": "^2.3.0",
"mime-types": "^2.1.35", "mime-types": "^2.1.35",
"mkdirp": "^1.0.4",
"pouchdb": "^7.3.0", "pouchdb": "^7.3.0",
"pouchdb-find": "^7.3.0", "pouchdb-find": "^7.3.0",
"riot": "^7.0.3", "riot": "^7.0.3",
"uuid": "^9.0.0" "uuid": "^9.0.0"
}, },
"devDependencies": { "devDependencies": {
"@electron-forge/cli": "^6.0.0-beta.66",
"@electron-forge/maker-deb": "^6.0.0-beta.66",
"@electron-forge/maker-wix": "^6.0.0-beta.66",
"@riotjs/webpack-loader": "^6.0.0", "@riotjs/webpack-loader": "^6.0.0",
"electron": "^19.1.0", "electron": "^21.2.0",
"electron-wix-msi": "^4.0.0", "electron-builder": "^23.6.0",
"laravel-mix": "^6.0.49", "laravel-mix": "^6.0.49",
"sass": "^1.54.5", "sass": "^1.54.5",
"sass-loader": "^12.6.0", "sass-loader": "^12.6.0",

Binary file not shown.

After

Width:  |  Height:  |  Size: 272 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 7.9 KiB

Loading…
Cancel
Save