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",
|
||||
"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,
|
||||
|
||||
Reference in New Issue
Block a user