fix game.html

This commit is contained in:
seedgou 2018-11-15 01:40:44 +08:00
commit bd9f8a2b00
2 changed files with 2 additions and 2 deletions

View File

@ -13,7 +13,7 @@ $ pip3 install flask
在根目录下执行
``` sh
$ git submodule update --recursive --remote && git submodule update --recursive --remote && python3 ./static/games/download_data.py
$ git submodule update --init --recursive --remote && python3 ./static/games/download_data.py
```
### 运行 Flask

View File

@ -70,7 +70,7 @@
new DosBoxLoader(DosBoxLoader.emulatorJS("{{ url_for('static', filename='emularity/dosbox/dosbox-sync.js') }}"),
DosBoxLoader.locateAdditionalEmulatorJS(locateAdditionalFiles),
DosBoxLoader.nativeResolution(640, 480),
DosBoxLoader.fileSystemKey("{{ game_info["identifier"] }}"),
DosBoxLoader.fileSystemKey("{{ game_info["identifier"] }}"),
DosBoxLoader.mountZip("c",
DosBoxLoader.fetchFile("Game File",
"{{ url_for('static', filename="games/bin/{}.zip".format(game_info["identifier"])) }}"),