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

Commit 1898e06

Browse files
authored
Merge pull request #31 from Romanitho/test
Update links
2 parents 55b1e48 + ff777fa commit 1898e06

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

Compiler/ps2exe_script.ps1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,5 +7,5 @@ $InputFile = "$Path\Sources\Winget-Install-GUI.ps1"
77
$OutputFile = "$Path\Sources\WiGui.exe"
88
$Icon = "$Path\Sources\WiGui.ico"
99
$Title = "WiGui"
10-
$AppVersion = "1.5.1"
10+
$AppVersion = "1.5.2"
1111
Invoke-ps2exe -inputFile $InputFile -outputFile $OutputFile -noConsole -requireAdmin -title $Title -version $AppVersion -copyright "Romanitho" -product $Title -icon $Icon -noerror

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ GUI to search, select and install Apps at once with Winget package manager behin
66

77
<img src="https://user-images.githubusercontent.com/96626929/167912661-86014091-1d7c-478b-a836-421ec9f307a8.png" width="400"> <img src="https://user-images.githubusercontent.com/96626929/167912772-de5a55fe-68a8-44ed-91fb-fcf5b34d891f.png" width="400">
88

9-
1. Download [latest](https://github.com/Romanitho/Winget-Install-GUI/releases/latest) `WiGui.exe` and run (Or run `Winget-Install-GUI.ps1` from sources directly, as WiGui.exe is not signed and can be untrusted from antivirus. Exe is built to simplify exection)
9+
1. Download [latest](https://github.com/Romanitho/Winget-Install-GUI/releases/) `WiGui.exe` and run (Or run `Winget-Install-GUI.ps1` from sources directly, as WiGui.exe is not signed and can be untrusted from antivirus. Exe is built to simplify execution)
1010
3. Search for an app, select your app in the droplist and submit it to the list. You can remove an app if wrong one submited.
1111
4. Once the list is complete, click "Install" to launch the installations or "Save list to File" if you want to create app list that can be used with WAU for example
1212
5. Optionally, you can install WAU in the same time.

Sources/Winget-Install-GUI.ps1

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,8 +18,8 @@ param(
1818

1919
<# APP INFO #>
2020

21-
$Script:WiGuiVersion = "1.5.1"
22-
$Script:WAUGithubLink = "https://github.com/Romanitho/Winget-AutoUpdate/archive/refs/tags/v1.11.0.zip"
21+
$Script:WiGuiVersion = "1.5.2"
22+
$Script:WAUGithubLink = "https://github.com/Romanitho/Winget-AutoUpdate/archive/refs/tags/v1.11.1.zip"
2323
$Script:WIGithubLink = "https://github.com/Romanitho/Winget-Install/archive/refs/tags/v1.6.0.zip"
2424
$Script:WingetLink = "https://github.com/microsoft/winget-cli/releases/download/v1.3.1391-preview/Microsoft.DesktopAppInstaller_8wekyb3d8bbwe.msixbundle"
2525

0 commit comments

Comments
 (0)