diff --git a/build_win.cmd b/build_win.cmd index a093c04..d0f18d7 100644 --- a/build_win.cmd +++ b/build_win.cmd @@ -5,7 +5,7 @@ set SSL_BINARY_URL="https://github.com/SpikeHD/neutralinojs/releases/download/v4 set NON_SSL_BINARY_URL="https://github.com/SpikeHD/neutralinojs/releases/download/v1337.0.0/neutralino-win_x64.exe" :: Clean dist folder -del /s /q /f .\dist +del /s /q /f .\dist>nul rd /s /q .\dist :: Get the SSL-secure version of the binary diff --git a/resources/js/translation.js b/resources/js/translation.js index dd80b83..374357b 100644 --- a/resources/js/translation.js +++ b/resources/js/translation.js @@ -101,7 +101,6 @@ async function doTranslation() { set('downloadDev', 'downloadDev') set('devSubtitle', 'downloadSubtitle') set('downloadResources', 'downloadResources') - set('devSubtitle', 'devSubtitle') set('stableInstall', 'stableInstall') set('devInstall', 'devInstall')