From 43d5d1bef2a5baac9cb9584c5f2244e8ca83e664 Mon Sep 17 00:00:00 2001 From: zmv7 <72821250+zmv7@users.noreply.github.com> Date: Tue, 8 Dec 2020 20:23:36 +0500 Subject: [PATCH] Update fulltilt_hd.html --- fulltilt_hd.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/fulltilt_hd.html b/fulltilt_hd.html index ca99541..d25952c 100644 --- a/fulltilt_hd.html +++ b/fulltilt_hd.html @@ -25,8 +25,8 @@ cycles: "max", autolock: true, }).ready(function (fs, main) { - fs.extract("https://dl.dropbox.com/s/od48t5le4jegz05/FULLTILT_HD.zip").then(function () { - main(["-c", "win"]).then(function (ci) { + fs.extract("https://dl.dropbox.com/s/awfemxwzqc61xtn/FULLTILT_HD.zip").then(function () { + main(["-c", "cd FULLTILT", "-c", "win"]).then(function (ci) { window.ci = ci; }); });