Skip to content

Commit

Permalink
I can unload on to that folder
Browse files Browse the repository at this point in the history
  • Loading branch information
KenCorma committed Nov 6, 2024
1 parent c113d13 commit fa074fd
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 7 deletions.
9 changes: 3 additions & 6 deletions .github/actions/build/windows/todesktop/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,12 +49,9 @@ runs:
cd ./assets
mkdir uv && mkdir uv\\win && mkdir uv\\macos && mkdir uv\\linux
ls
tar -xzvf uv-x86_64-pc-windows-msvc.zip
tar -xzvf uv-aarch64-apple-darwin.tar.gz
tar -xzvf uv-x86_64-unknown-linux-gnu.tar.gz
cp -r uv-x86_64-pc-windows-msvc/ uv\\win
cp -r uv-aarch64-apple-darwin/ uv\\macos
cp -r uv-x86_64-unknown-linux-gnu/ uv\\linux
tar -xzvf uv-x86_64-pc-windows-msvc.zip --one-top-level=uv\\win
tar -xzvf uv-aarch64-apple-darwin.tar.gz --one-top-level=uv\\macos
tar -xzvf uv-x86_64-unknown-linux-gnu.tar.gz --one-top-level=uv\\linux
- name: Make app
shell: powershell
env:
Expand Down
2 changes: 1 addition & 1 deletion todesktop.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"id": "241012ess7yxs0e",
"icon": "./assets/UI/Comfy_Logo_x128.png",
"schemaVersion": 1,
"uploadSizeLimit": 250,
"uploadSizeLimit": 300,
"appPath": ".",
"appFiles": [
"src/**",
Expand Down

0 comments on commit fa074fd

Please sign in to comment.