Skip to content

Commit

Permalink
ver. 1.6.0
Browse files Browse the repository at this point in the history
- Added "Wordwrap option" for the editor (active by default)
- Updated the latest Image32 library
- Added Color options in Editor GUI
- Updated to Image32 4.6 Released Feb 2025 to fix some drawing issue
  • Loading branch information
carloBarazzetta committed Mar 2, 2025
1 parent 6abc008 commit 58c0e4d
Show file tree
Hide file tree
Showing 276 changed files with 63,827 additions and 69,679 deletions.
4 changes: 2 additions & 2 deletions Build.bat
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@ msbuild.exe "Source\SKIAShellExtensions32.dproj" /target:Clean;Build /p:Platform
msbuild.exe "Source\LottieTextEditor.dproj" /target:Clean;Build /p:Platform=Win64 /p:config=release
msbuild.exe "Source\LottieTextEditor.dproj" /target:Clean;Build /p:Platform=Win32 /p:config=release

call D:\ETHEA\Certificate\SignFileWithSectico.bat D:\ETHEA\LottieShellExtensions\Bin32\LottieTextEditor.exe
call D:\ETHEA\Certificate\SignFileWithSectico.bat D:\ETHEA\LottieShellExtensions\Bin64\LottieTextEditor.exe
call D:\ETHEA\Certificate\SignFileWithSectico.bat D:\ETHEA\SkiaShellExtensions\Bin32\LottieTextEditor.exe
call D:\ETHEA\Certificate\SignFileWithSectico.bat D:\ETHEA\SkiaShellExtensions\Bin64\LottieTextEditor.exe

:INNO
"C:\Program Files (x86)\Inno Setup 6\iscc.exe" "D:\ETHEA\SKIAShellExtensions\Setup\SKIAShellExtensions.iss"
Expand Down
Loading

0 comments on commit 58c0e4d

Please sign in to comment.