Skip to content

Commit cf670de

Browse files
committed
Update App Name
1 parent 96af7ec commit cf670de

2 files changed

Lines changed: 3 additions & 2 deletions

File tree

Taskfile.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,11 +53,12 @@ tasks:
5353

5454
pathmgr:
5555
desc: Download PathMgr
56-
status: [test ! -d dist/PathMgr]
56+
status: [test -d dist/PathMgr]
5757
cmd: |
5858
mkdir -p dist
5959
wget https://github.com/Bill-Stewart/PathMgr/releases/download/v2.0.0/PathMgr-2.0.0.zip -O dist/pathmgr.zip
6060
unzip dist/pathmgr.zip -d dist/PathMgr
61+
rm dist/pathmgr.zip
6162
6263
install:
6364
vars:

installer.iss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
#define MyAppName "InstallRelease"
1+
#define MyAppName "Install Release"
22
#define MyAppPublisher "CSSNR"
33
#define MyAppURL "https://smashedr.github.io/install-release/"
44
#define MyAppExeName "ir.exe"

0 commit comments

Comments
 (0)