Skip to content
This repository was archived by the owner on Aug 28, 2025. It is now read-only.

Commit fe132fa

Browse files
committed
Merge branch 'dev' into UBUNTU_24
2 parents ad22386 + 84d12c2 commit fe132fa

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

.github/workflows/release.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -152,13 +152,13 @@ jobs:
152152
run: flutter build windows --release
153153
- name: Copy dll files
154154
run: |
155-
copy C:\Windows\System32\msvcp140.dll build\windows\runner\Release
156-
copy C:\Windows\System32\vcruntime140.dll build\windows\runner\Release
157-
copy C:\Windows\System32\vcruntime140_1.dll build\windows\runner\Release
155+
copy C:\Windows\System32\msvcp140.dll build\windows\x64\runner\Release
156+
copy C:\Windows\System32\vcruntime140.dll build\windows\x64\runner\Release
157+
copy C:\Windows\System32\vcruntime140_1.dll build\windows\x64\runner\Release
158158
- name: Copy script files
159159
run: |
160-
mkdir .\build\windows\runner\Release\script\
161-
xcopy .\script\ .\build\windows\runner\Release\script\ /e
160+
mkdir .\build\windows\x64\runner\Release\script\
161+
xcopy .\script\ .\build\windows\x64\runner\Release\script\ /e
162162
- name: Zip release windows
163163
run: |
164164
move build/windows/runner/Release DeepFaceLabClient-windows

pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ publish_to: 'none' # Remove this line if you wish to publish to pub.dev
1616
# https://developer.apple.com/library/archive/documentation/General/Reference/InfoPlistKeyReference/Articles/CoreFoundationKeys.html
1717
# In Windows, build-name is used as the major, minor, and patch parts
1818
# of the product and file versions while build-number is used as the build suffix.
19-
version: 0.3.0
19+
version: 0.4.0
2020

2121
environment:
2222
sdk: '>=2.19.4 <3.0.0'

0 commit comments

Comments
 (0)