From 7c455a0d388c3922ab63d00194619fad2cc01e73 Mon Sep 17 00:00:00 2001 From: CreepyCrafter24 <33260128+CreepyCrafter24@users.noreply.github.com> Date: Wed, 11 Mar 2020 19:44:20 +0100 Subject: [PATCH] Re-enable pkgtool shortcuts --- Resizor/Resizor.csproj | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Resizor/Resizor.csproj b/Resizor/Resizor.csproj index 3b60c95..8d56eb8 100644 --- a/Resizor/Resizor.csproj +++ b/Resizor/Resizor.csproj @@ -7,7 +7,7 @@ false - if exist "$(SolutionDir)Data\pkgtool.exe" ($(SolutionDir)Data\pkgtool.exe build --noLogo --noShortcuts --binDir .) else if exist "%appdata%\UpTool2\Apps\0e35d154-d0d3-45e0-b080-62f521263a44\app\pkgtool.exe" ("%appdata%\UpTool2\Apps\0e35d154-d0d3-45e0-b080-62f521263a44\app\pkgtool.exe" build --noLogo --noShortcuts --binDir .) else echo Cound not find Package build tools, skipping + if exist "$(SolutionDir)Data\pkgtool.exe" ($(SolutionDir)Data\pkgtool.exe build --noLogo --binDir .) else if exist "%appdata%\UpTool2\Apps\0e35d154-d0d3-45e0-b080-62f521263a44\app\pkgtool.exe" ("%appdata%\UpTool2\Apps\0e35d154-d0d3-45e0-b080-62f521263a44\app\pkgtool.exe" build --noLogo --binDir .) else echo Cound not find Package build tools, skipping Resizor.ico