We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 96af7ec commit cf670deCopy full SHA for cf670de
2 files changed
Taskfile.yml
@@ -53,11 +53,12 @@ tasks:
53
54
pathmgr:
55
desc: Download PathMgr
56
- status: [test ! -d dist/PathMgr]
+ status: [test -d dist/PathMgr]
57
cmd: |
58
mkdir -p dist
59
wget https://github.com/Bill-Stewart/PathMgr/releases/download/v2.0.0/PathMgr-2.0.0.zip -O dist/pathmgr.zip
60
unzip dist/pathmgr.zip -d dist/PathMgr
61
+ rm dist/pathmgr.zip
62
63
install:
64
vars:
installer.iss
@@ -1,4 +1,4 @@
1
-#define MyAppName "InstallRelease"
+#define MyAppName "Install Release"
2
#define MyAppPublisher "CSSNR"
3
#define MyAppURL "https://smashedr.github.io/install-release/"
4
#define MyAppExeName "ir.exe"
0 commit comments