Skip to content
This repository was archived by the owner on Dec 1, 2024. It is now read-only.

Commit ba1920d

Browse files
committed
Update version in deploy
1 parent 46cdaad commit ba1920d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

WinAPI/Deploy/Deploy-WinAPI-Server.ps1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ else {
99
### Install script script
1010
$GitHub_Tag = (Invoke-RestMethod "https://api.github.com/repos/Lifailon/WinAPI/releases/latest").tag_name
1111
$Version = $GitHub_Tag -replace ".+-"
12-
$Version = "0.4.2"
12+
#$Version = "0.4.2"
1313
$url_raw = "https://raw.githubusercontent.com/Lifailon/WinAPI/rsa/WinAPI/Source/WinAPI-$Version.ps1"
1414
Invoke-RestMethod -Uri $url_raw -OutFile "$path\WinAPI.ps1"
1515

0 commit comments

Comments
 (0)