Skip to content

Commit

Permalink
Installer now installs tsget.pl too
Browse files Browse the repository at this point in the history
  • Loading branch information
Futaura committed Dec 22, 2023
1 parent 748987d commit f1f9248
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions dist/Install-AmiSSL
100644 → 100755
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
; $VER: Install-AmiSSL 5.13 (9.12.2023)
; $VER: Install-AmiSSL 5.13 (22.12.2023)

(set #AmiUpdate (if (= @app-name "AmiUpdate") 1 0))

Expand Down Expand Up @@ -494,8 +494,10 @@
)

(copyfiles
(source "C/CA.pl")
(source "C")
(pattern "#?.pl")
(dest #storage-dir)
(files)
)

(complete 60)
Expand Down

0 comments on commit f1f9248

Please sign in to comment.