-
Notifications
You must be signed in to change notification settings - Fork 9
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Bugfixes for minor glitches related to dungeon look and magic item se…
…arch.
- Loading branch information
Showing
4 changed files
with
12 additions
and
9 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,15 +1,17 @@ | ||
#! /bin/bash | ||
|
||
# This should be run from a folder that contains three folders: | ||
# minima-linux/ minima-ms-win/ minima-osx/ | ||
# This should be run from a folder that contains four folders: | ||
# minima-linux/ minima-ms-win/ minima-osx/ minima-raspi/ | ||
# that each contain the contents of the PICO-8 binary export for the | ||
# appropriate platform plus a docs folder with all supported Minima | ||
# Manual formats. | ||
|
||
butler push minima-linux feneric/minima:minima-linux --userversion 1.1.1 | ||
butler push minima-osx feneric/minima:minima-osx --userversion 1.1.1 | ||
butler push minima-ms-win feneric/minima:minima-ms-win --userversion 1.1.1 | ||
butler push minima-linux feneric/minima:minima-linux --userversion 1.1.2 | ||
butler push minima-osx feneric/minima:minima-osx --userversion 1.1.2 | ||
butler push minima-ms-win feneric/minima:minima-ms-win --userversion 1.1.2 | ||
butler push minima-raspi feneric/minima:minima-raspi --userversion 1.1.2 | ||
butler status feneric/minima:minima-linux | ||
butler status feneric/minima:minima-osx | ||
butler status feneric/minima:minima-ms-win | ||
butler status feneric/minima:minima-raspi | ||
|