This repository was archived by the owner on Aug 28, 2025. It is now read-only.
File tree Expand file tree Collapse file tree 2 files changed +6
-6
lines changed
Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Original file line number Diff line number Diff 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
Original file line number Diff line number Diff 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
2121environment :
2222 sdk : ' >=2.19.4 <3.0.0'
You can’t perform that action at this time.
0 commit comments