From 3bb5ff9dcfc4467b46d6a9e5c04a635aeb10c53b Mon Sep 17 00:00:00 2001 From: CreepyCrafter24 <33260128+CreepyCrafter24@users.noreply.github.com> Date: Wed, 11 Mar 2020 19:28:45 +0100 Subject: [PATCH] Re-enable pkgtool shortcuts --- CC-Clicker 2.0/CC-Clicker 2.0.csproj | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CC-Clicker 2.0/CC-Clicker 2.0.csproj b/CC-Clicker 2.0/CC-Clicker 2.0.csproj index b440096..3460d17 100644 --- a/CC-Clicker 2.0/CC-Clicker 2.0.csproj +++ b/CC-Clicker 2.0/CC-Clicker 2.0.csproj @@ -8,7 +8,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 C_64.ico