mirror of
https://github.com/lifegpc/eh_downloader_flutter.git
synced 2026-07-08 01:30:28 +08:00
Add native I18N for windows
This commit is contained in:
4
.github/workflows/windows.yml
vendored
4
.github/workflows/windows.yml
vendored
@@ -32,6 +32,10 @@ jobs:
|
||||
channel: stable
|
||||
- name: Build
|
||||
run: flutter build windows --release
|
||||
- name: Setup msbuild
|
||||
uses: microsoft/setup-msbuild@v2
|
||||
- name: Build resources
|
||||
run: cd windows/resources && msbuild /p:Configuration=Release && COPY /Y "x64/Release/resources.dll" "../../build/windows/x64/runner/Release/resources.dll"
|
||||
- name: Package files
|
||||
run: cd build/windows/x64/runner/Release && 7z a -mx9 -y ../../../../../windows.7z
|
||||
- name: Upload files
|
||||
|
||||
Reference in New Issue
Block a user