mirror of
https://git.huckle.dev/Huckles-Minecraft-Archive/jpexs-decompiler.git
synced 2026-05-22 01:06:15 +00:00
Include all MSI languages
This commit is contained in:
@@ -2,8 +2,6 @@
|
||||
All notable changes to this project will be documented in this file.
|
||||
|
||||
## [Unreleased]
|
||||
|
||||
## [25.0.0] - 2026-02-09
|
||||
### Added
|
||||
- [#2610] Export morphshapes - export individual frames, setting of morph
|
||||
duration and/or number of morph frames
|
||||
|
||||
@@ -9,7 +9,6 @@ if errorlevel 1 exit /b %errorlevel%
|
||||
if exist %MsiName%.msi del %MsiName%.msi
|
||||
copy bin\%BuildType%\en-US\%MsiName%.msi bin\%BuildType%\%MSiName%.msi
|
||||
call CreateEmbedLangTransform.cmd %MsiName% %BuildType% cs-CZ 1029
|
||||
goto after
|
||||
call CreateEmbedLangTransform.cmd %MsiName% %BuildType% ca-ES 1027
|
||||
call CreateEmbedLangTransform.cmd %MsiName% %BuildType% de-DE 1031
|
||||
call CreateEmbedLangTransform.cmd %MsiName% %BuildType% es-ES 1034
|
||||
@@ -28,7 +27,6 @@ call CreateEmbedLangTransform.cmd %MsiName% %BuildType% sv-SE 1053
|
||||
call CreateEmbedLangTransform.cmd %MsiName% %BuildType% tr-TR 1055
|
||||
call CreateEmbedLangTransform.cmd %MsiName% %BuildType% uk-UA 1058
|
||||
call CreateEmbedLangTransform.cmd %MsiName% %BuildType% zh-CN 2052
|
||||
:after
|
||||
"%MsiToolsPath%\msiinfo.exe" bin\%BuildType%\%MsiName%.msi /p Intel;1033,1027,1029,1031,1034,1036,1038,1040,1041,1043,1045,1046,2070,1049,1051,1060,1053,1055,1058,2052 /t "JPEXS Free Flash Decompiler"
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user