Skip to content

Commit

Permalink
Merge pull request #84 from Lenny4/FIX_RELEASE_WINDOWS
Browse files Browse the repository at this point in the history
fix release windows
  • Loading branch information
Lenny4 authored Sep 16, 2024
2 parents b9677fb + 6340ad5 commit 84d12c2
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -110,13 +110,13 @@ jobs:
run: flutter build windows --release
- name: Copy dll files
run: |
copy C:\Windows\System32\msvcp140.dll build\windows\runner\Release
copy C:\Windows\System32\vcruntime140.dll build\windows\runner\Release
copy C:\Windows\System32\vcruntime140_1.dll build\windows\runner\Release
copy C:\Windows\System32\msvcp140.dll build\windows\x64\runner\Release
copy C:\Windows\System32\vcruntime140.dll build\windows\x64\runner\Release
copy C:\Windows\System32\vcruntime140_1.dll build\windows\x64\runner\Release
- name: Copy script files
run: |
mkdir .\build\windows\runner\Release\script\
xcopy .\script\ .\build\windows\runner\Release\script\ /e
mkdir .\build\windows\x64\runner\Release\script\
xcopy .\script\ .\build\windows\x64\runner\Release\script\ /e
- name: Zip release windows
run: |
move build/windows/runner/Release DeepFaceLabClient-windows
Expand Down
2 changes: 1 addition & 1 deletion pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ publish_to: 'none' # Remove this line if you wish to publish to pub.dev
# https://developer.apple.com/library/archive/documentation/General/Reference/InfoPlistKeyReference/Articles/CoreFoundationKeys.html
# In Windows, build-name is used as the major, minor, and patch parts
# of the product and file versions while build-number is used as the build suffix.
version: 0.3.0
version: 0.4.0

environment:
sdk: '>=2.19.4 <3.0.0'
Expand Down

0 comments on commit 84d12c2

Please sign in to comment.