4.1.0 ship files
parent
4817510c5d
commit
42d3e828b0
|
@ -1,31 +0,0 @@
|
|||
@echo off
|
||||
|
||||
REM todo rewrite this as a build.cpp script
|
||||
|
||||
IF "%3" == "" (echo need 3 parameters & GOTO END)
|
||||
|
||||
SET fake=%1
|
||||
SET maj=%2
|
||||
SET min=%3
|
||||
|
||||
SET vr=%fake%.%maj%.%min%
|
||||
SET fv=%fake%.%maj%.%min%
|
||||
|
||||
SET flags=--fix-permissions --userversion=%vr%
|
||||
SET dir=..\\current_dist_all_os
|
||||
|
||||
butler push %flags% %dir%/4coder-alpha-%fv%-win-x64.zip 4coder/4coder:win-x64-alpha
|
||||
butler push %flags% %dir%/4coder-alpha-%fv%-linux-x64.zip 4coder/4coder:linux-x64-alpha
|
||||
butler push %flags% %dir%/4coder-alpha-%fv%-mac-x64.zip 4coder/4coder:osx-x64-alpha
|
||||
butler push %flags% %dir%/4coder-alpha-%fv%-win-x86.zip 4coder/4coder:win-x86-alpha
|
||||
butler push %flags% %dir%/4coder-alpha-%fv%-linux-x86.zip 4coder/4coder:linux-x86-alpha
|
||||
butler push %flags% %dir%/4coder-alpha-%fv%-mac-x86.zip 4coder/4coder:osx-x86-alpha
|
||||
|
||||
butler push %flags% %dir%/4coder-alpha-%fv%-super-win-x64.zip 4coder/4coder:win-x64-super
|
||||
butler push %flags% %dir%/4coder-alpha-%fv%-super-linux-x64.zip 4coder/4coder:linux-x64-super
|
||||
butler push %flags% %dir%/4coder-alpha-%fv%-super-mac-x64.zip 4coder/4coder:osx-x64-super
|
||||
butler push %flags% %dir%/4coder-alpha-%fv%-super-win-x86.zip 4coder/4coder:win-x86-super
|
||||
butler push %flags% %dir%/4coder-alpha-%fv%-super-linux-x86.zip 4coder/4coder:linux-x86-super
|
||||
butler push %flags% %dir%/4coder-alpha-%fv%-super-mac-x86.zip 4coder/4coder:osx-x86-super
|
||||
|
||||
:END
|
|
@ -0,0 +1,25 @@
|
|||
@echo off
|
||||
|
||||
IF "%3" == "" (echo need 3 parameters & GOTO END)
|
||||
|
||||
SET fake=%1
|
||||
SET maj=%2
|
||||
SET min=%3
|
||||
|
||||
SET vr=%fake%-%maj%-%min%
|
||||
SET fv=%fake%-%maj%-%min%
|
||||
|
||||
SET flags=--fix-permissions --userversion=%vr%
|
||||
|
||||
pushd ..
|
||||
|
||||
SET dir=%CD%\distributions
|
||||
|
||||
butler push %flags% %dir%\demo_x64\4coder-%fv%-demo-win-x64.zip 4coder/4coder:win-x64-demo
|
||||
butler push %flags% %dir%\demo_x86\4coder-%fv%-demo-win-x86.zip 4coder/4coder:win-x86-demo
|
||||
butler push %flags% %dir%\super_x64\4coder-%fv%-super-win-x64.zip 4coder/4coder:win-x64
|
||||
butler push %flags% %dir%\super_x86\4coder-%fv%-super-win-x86.zip 4coder/4coder:win-x86
|
||||
|
||||
popd
|
||||
|
||||
:END
|
|
@ -1,11 +1,14 @@
|
|||
Thank you for contributing to the 4coder project!
|
||||
|
||||
To submit bug reports or to request particular features email:
|
||||
To submit bug reports or to request particular features post them here:
|
||||
https://github.com/4coder-editor/4coder/issues
|
||||
|
||||
For questions email:
|
||||
editor@4coder.net
|
||||
|
||||
Watch the 4coder.handmade.network blog and @AllenWebster4th twitter for news about 4coder progress.
|
||||
Watch the 4coder.handmade.network blog and @AllenWebster4th twitter for news about 4coder.
|
||||
|
||||
For documentation, feature lists, and usage tutorial videos go to:
|
||||
4coder.com
|
||||
4coder.net
|
||||
|
||||
|
||||
|
|
Loading…
Reference in New Issue