Skip to content

Commit

Permalink
fix build
Browse files Browse the repository at this point in the history
  • Loading branch information
DeltaGW2 committed Apr 27, 2024
1 parent 4d798b3 commit 911bac3
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions GW2-SlashGG.vcxproj
Original file line number Diff line number Diff line change
Expand Up @@ -46,10 +46,12 @@
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">
<OutDir>$(SolutionDir)$(Platform)\</OutDir>
<IntDir>$(SolutionDir)$(Platform)\</IntDir>
<TargetName>slashgg</TargetName>
</PropertyGroup>
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'">
<OutDir>$(SolutionDir)$(Platform)\</OutDir>
<IntDir>$(SolutionDir)$(Platform)\</IntDir>
<TargetName>slashgg</TargetName>
</PropertyGroup>
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">
<ClCompile>
Expand Down
2 changes: 1 addition & 1 deletion src/Remote.h
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
#pragma once
#define REMOTE_URL ".git="
#define REMOTE_URL "https://github.com/RaidcoreGG/GW2-SlashGG"

0 comments on commit 911bac3

Please sign in to comment.