Skip to content

Commit 0eb3c0b

Browse files
committed
Added script to upload releases to Itch.io.
1 parent caf841a commit 0eb3c0b

File tree

1 file changed

+15
-0
lines changed

1 file changed

+15
-0
lines changed

release-to-itch.sh

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
#! /bin/bash
2+
3+
# This should be run from a folder that contains three folders:
4+
# minima-linux/ minima-ms-win/ minima-osx/
5+
# that each contain the contents of the PICO-8 binary export for the
6+
# appropriate platform plus a docs folder with all supported Minima
7+
# Manual formats.
8+
9+
butler push minima-linux feneric/minima:minima-linux --userversion 1.1.1
10+
butler push minima-osx feneric/minima:minima-osx --userversion 1.1.1
11+
butler push minima-ms-win feneric/minima:minima-ms-win --userversion 1.1.1
12+
butler status feneric/minima:minima-linux
13+
butler status feneric/minima:minima-osx
14+
butler status feneric/minima:minima-ms-win
15+

0 commit comments

Comments
 (0)