fix naming mixup (names will be fixed later)

This commit is contained in:
SpikeHD 2022-05-03 01:09:22 -07:00
parent d63f403a92
commit 9716a3d79d
2 changed files with 1 additions and 2 deletions

View File

@ -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

View File

@ -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')