* linux and windows archive name reflect platform

+ simple access to transactions filter
This commit is contained in:
Taegus
2018-12-23 12:04:49 +01:00
parent 107eafa741
commit ba1b8bb82c
5 changed files with 26 additions and 2 deletions

View File

@@ -21,12 +21,14 @@
"win": {
"icon": "build/icon.png",
"target": "7z",
"artifactName": "Windows-${productName}-${version}.${ext}",
"extraResources": [
"bin/win/*"
]
},
"linux": {
"target": "tar.gz",
"artifactName": "Linux-${productName}-${version}.${ext}",
"extraResources": [
"bin/linux/*"
]