Skip to content

Commit

Permalink
Added .gz extension to example file
Browse files Browse the repository at this point in the history
  • Loading branch information
niemasd committed Jun 26, 2024
1 parent 325fd84 commit cc1b6ae
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/static.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ jobs:
cp ../ConsoleID.py ./assets/ && \
cp ../README.md ./assets/ && \
cp ../db.pkl.gz ./assets/ && \
cp ../example/GC/GameCube-240pSuite-1.17.iso ./assets/
cp ../example/GC/GameCube-240pSuite-1.17.iso.gz ./assets/
- name: Upload artifact
uses: actions/upload-pages-artifact@v3
with:
Expand Down
4 changes: 2 additions & 2 deletions website/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ <h5>Game Console</h5>
<button id="load-example" class="btn btn-secondary ms-3">Load Example File</button>
</div>
<p class="mt-2 small">Note: <a
href="https://github.com/niemasd/GameID/raw/main/example/GC/GameCube-240pSuite-1.17.iso"
href="https://github.com/niemasd/GameID/raw/main/example/GC/GameCube-240pSuite-1.17.iso.gz"
target="_blank">Example file</a> is a GameCube ISO of <a
href="https://artemiourbina.itch.io/240p-test-suite" target="_blank">240p Test Suite
v1.17</a>.</p>
Expand Down Expand Up @@ -122,7 +122,7 @@ <h3 class="mb-3">Output</h3>
const INPUT_FOLDER = "input/";
const CONSOLEID_OUTPUT_FILE = "consoleid-output.tsv";
const GAMEID_OUTPUT_FILE = "gameid-output.tsv";
const EXAMPLE_FILE_NAME = "GameCube-240pSuite-1.17.iso";
const EXAMPLE_FILE_NAME = "GameCube-240pSuite-1.17.iso.gz";
let exampleFile = null; // load example file later if needed
let usingExampleFile = false;

Expand Down

0 comments on commit cc1b6ae

Please sign in to comment.