Skip to content

Commit

Permalink
changed setup name
Browse files Browse the repository at this point in the history
  • Loading branch information
Rynchodon committed May 7, 2017
1 parent 625efb4 commit 4f1598c
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions Injector/Injector.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -80,6 +80,7 @@
<Import Project="$(SolutionDir)\global.config" />
<PropertyGroup>
<PostBuildEvent>copy ..\..\..\..\Loader\bin\x64\Release\LoadARMS.dll LoadARMS.dll
copy ..\..\..\..\SetupProject\bin\Release\SetupLoadArms.msi SetupLoadArms.msi

start cmd.exe /C ""$(ReferencePath)\LoadArms.exe" --author=Rynchodon --repo=Load-ARMS --allBuilds LoadARMS.exe LoadArms.dll "..\..\..\..\Load-ARMS Readme.txt" "..\..\..\..\Load-ARMS License.txt""</PostBuildEvent>
</PropertyGroup>
Expand Down
2 changes: 1 addition & 1 deletion Publish.bat
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
cd Injector\bin\x64\Release
"C:\Games\Steam\SteamApps\common\SpaceEngineers\Bin64\LoadArms.exe" --author=Rynchodon --repo=Load-ARMS --allBuilds --publish LoadARMS.exe LoadArms.dll "..\..\..\..\Load-ARMS Readme.txt" "..\..\..\..\Load-ARMS License.txt"
"C:\Games\Steam\SteamApps\common\SpaceEngineers\Bin64\LoadArms.exe" --author=Rynchodon --repo=Load-ARMS --allBuilds --publish LoadARMS.exe LoadArms.dll "..\..\..\..\Load-ARMS Readme.txt" "..\..\..\..\Load-ARMS License.txt" "SetupLoadArms.msi"
timeout 60
2 changes: 1 addition & 1 deletion SetupProject/SetupProject.wixproj
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<ProductVersion>3.10</ProductVersion>
<ProjectGuid>0e4ec39d-2015-47b5-a277-d2e257a1b37e</ProjectGuid>
<SchemaVersion>2.0</SchemaVersion>
<OutputName>SetupProject</OutputName>
<OutputName>SetupLoadArms</OutputName>
<OutputType>Package</OutputType>
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|x86' ">
Expand Down

0 comments on commit 4f1598c

Please sign in to comment.