This commit is contained in:
SpikeHD 2022-05-01 23:54:40 -07:00
parent fdc3abb600
commit ff9c0f2039
2 changed files with 2 additions and 2 deletions

View File

@ -411,7 +411,7 @@ async function setGameExe() {
] ]
}) })
if (!gameexe[0]) return; if (!gameExe[0]) return;
// Set the folder in our configuration // Set the folder in our configuration
const config = await getCfg() const config = await getCfg()

View File

@ -99,7 +99,7 @@ async function doTranslation() {
set('downloadStable', 'downloadStable') set('downloadStable', 'downloadStable')
set('stableSubtitle', 'stableSubtitle') set('stableSubtitle', 'stableSubtitle')
set('downloadDev', 'downloadDev') set('downloadDev', 'downloadDev')
set('downloadSubtitle', 'downloadSubtitle') set('devSubtitle', 'downloadSubtitle')
set('downloadResources', 'downloadResources') set('downloadResources', 'downloadResources')
set('devSubtitle', 'devSubtitle') set('devSubtitle', 'devSubtitle')
set('stableInstall', 'stableInstall') set('stableInstall', 'stableInstall')