Changeset - 4dc14a1f8128
[Not reviewed]
default
0 2 0
Jason Maltzen - 5 years ago 2019-11-02 11:37:44
jason@hiddenachievement.com
Move x86 outputs into x86 build folder. Use x86 executable on Windows because GTK# doesn't have a 64-bit installer.
2 files changed with 4 insertions and 3 deletions:
0 comments (0 inline, 0 general)
DesertPaintLab.csproj
Show inline comments
...
 
@@ -31,3 +31,3 @@
 
    <Optimize>false</Optimize>
 
    <OutputPath>bin\Debug</OutputPath>
 
    <OutputPath>bin\x86\Debug</OutputPath>
 
    <DefineConstants>DEBUG</DefineConstants>
...
 
@@ -43,3 +43,3 @@
 
    <Optimize>false</Optimize>
 
    <OutputPath>bin\Release</OutputPath>
 
    <OutputPath>bin\x86\Release</OutputPath>
 
    <ErrorReport>prompt</ErrorReport>
publish.sh
Show inline comments
...
 
@@ -12,3 +12,4 @@ mkdir -p publish
 
# Windows Release build
 
( cd ./bin/x64/Release ; /usr/bin/zip -r ../../../publish/DesertPaintLab_${BUILD_NAME}.zip . -x .DS_Store )
 
# NOTE: 32-bit because GTK# doesn't have 64-bit installers
 
( cd ./bin/x86/Release ; /usr/bin/zip -r ../../../publish/DesertPaintLab_${BUILD_NAME}.zip . -x .DS_Store )
 

	
0 comments (0 inline, 0 general)