mirror of
https://github.com/a-b-street/abstreet.git
synced 2024-11-23 08:54:30 +03:00
The .zip release's Ungap the Map scripts were still assuming an older directory structure
This commit is contained in:
parent
355513d5df
commit
c95c16454b
@ -1,3 +1,2 @@
|
||||
cd game
|
||||
set RUST_BACKTRACE=1
|
||||
game.exe --ungap 1> ..\\output.txt 2>&1
|
||||
game.exe --ungap 1> output.txt 2>&1
|
||||
|
@ -1,5 +1,4 @@
|
||||
#!/bin/bash
|
||||
|
||||
cd game
|
||||
echo See logs in output.txt
|
||||
RUST_BACKTRACE=1 ./game --ungap 1> ../output.txt 2>&1
|
||||
RUST_BACKTRACE=1 ./game --ungap 1> output.txt 2>&1
|
||||
|
Loading…
Reference in New Issue
Block a user