1 Commits

Author SHA1 Message Date
c3234914c6 Update package.json 2026-01-11 16:25:33 +01:00

View File

@@ -1,6 +1,6 @@
{
"name": "imgfloat-client",
"version": "1.0.1",
"version": "1.0.2",
"description": "Electron wrapper for the Imgfloat overlay",
"main": "src/main.js",
"build": {
@@ -28,10 +28,12 @@
},
"win": {
"target": [
"nsis"
"nsis",
"portable"
],
"icon": "res/icon/appicon.ico"
},
"portable": { "artifactName": "Imgfloat.exe" },
"nsis": {
"oneClick": true,
"perMachine": true,