Skip to content
This repository was archived by the owner on May 31, 2022. It is now read-only.

Commit 0635126

Browse files
author
Allen Webster
committed
cut out 32-bit - maybe we'll play that game again some day
1 parent 0b5fabe commit 0635126

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

bin/itchio_push_win.bat

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,9 +16,10 @@ pushd ..
1616
SET dir=%CD%\distributions
1717

1818
butler push %flags% %dir%\demo_x64\4coder-%fv%-demo-win-x64.zip 4coder/4coder:win-x64-demo
19-
butler push %flags% %dir%\demo_x86\4coder-%fv%-demo-win-x86.zip 4coder/4coder:win-x86-demo
2019
butler push %flags% %dir%\super_x64\4coder-%fv%-super-win-x64.zip 4coder/4coder:win-x64
21-
butler push %flags% %dir%\super_x86\4coder-%fv%-super-win-x86.zip 4coder/4coder:win-x86
20+
21+
REM butler push %flags% %dir%\demo_x86\4coder-%fv%-demo-win-x86.zip 4coder/4coder:win-x86-demo
22+
REM butler push %flags% %dir%\super_x86\4coder-%fv%-super-win-x86.zip 4coder/4coder:win-x86
2223

2324
popd
2425

0 commit comments

Comments
 (0)