From 993a27a7a10af9675de1f2744528b02d8a33d85f Mon Sep 17 00:00:00 2001 From: seedgou Date: Sat, 6 Oct 2018 21:27:44 +0800 Subject: [PATCH 1/3] fix https://github.com/rwv/chinese-dos-games/issues/69 --- templates/game.html | 1 + 1 file changed, 1 insertion(+) diff --git a/templates/game.html b/templates/game.html index 70a28c3..5290c8c 100644 --- a/templates/game.html +++ b/templates/game.html @@ -70,6 +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.mountZip("c", DosBoxLoader.fetchFile("Game File", "{{ url_for('static', filename="games/bin/{}.zip".format(game_info["identifier"])) }}")), From a4de478fd2df9d11898d5c4c4baa496fae20a011 Mon Sep 17 00:00:00 2001 From: seedgou Date: Fri, 12 Oct 2018 13:35:38 +0800 Subject: [PATCH 2/3] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index cb8d9f5..b73d63d 100644 --- a/README.md +++ b/README.md @@ -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 && python3 ./static/games/download_data.py ``` ### 运行 Flask From 4c945da7ce90d6c3de56297afb38ba756ccf5005 Mon Sep 17 00:00:00 2001 From: seedgou Date: Fri, 12 Oct 2018 13:41:23 +0800 Subject: [PATCH 3/3] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index b73d63d..342b2a2 100644 --- a/README.md +++ b/README.md @@ -13,7 +13,7 @@ $ pip3 install flask 在根目录下执行 ``` sh -$ git submodule update --init --recursive && python3 ./static/games/download_data.py +$ git submodule update --init --recursive --remote && python3 ./static/games/download_data.py ``` ### 运行 Flask