mirror of
https://github.com/imgfloat/client.git
synced 2026-02-05 12:09:27 +00:00
Compare commits
1 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| c3234914c6 |
@@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "imgfloat-client",
|
"name": "imgfloat-client",
|
||||||
"version": "1.0.1",
|
"version": "1.0.2",
|
||||||
"description": "Electron wrapper for the Imgfloat overlay",
|
"description": "Electron wrapper for the Imgfloat overlay",
|
||||||
"main": "src/main.js",
|
"main": "src/main.js",
|
||||||
"build": {
|
"build": {
|
||||||
@@ -28,10 +28,12 @@
|
|||||||
},
|
},
|
||||||
"win": {
|
"win": {
|
||||||
"target": [
|
"target": [
|
||||||
"nsis"
|
"nsis",
|
||||||
|
"portable"
|
||||||
],
|
],
|
||||||
"icon": "res/icon/appicon.ico"
|
"icon": "res/icon/appicon.ico"
|
||||||
},
|
},
|
||||||
|
"portable": { "artifactName": "Imgfloat.exe" },
|
||||||
"nsis": {
|
"nsis": {
|
||||||
"oneClick": true,
|
"oneClick": true,
|
||||||
"perMachine": true,
|
"perMachine": true,
|
||||||
|
|||||||
Reference in New Issue
Block a user