Skip to content

Commit

Permalink
Test 1
Browse files Browse the repository at this point in the history
  • Loading branch information
hydrusnetwork committed May 22, 2024
1 parent 2e28ed3 commit 7649732
Show file tree
Hide file tree
Showing 8 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/release_macos.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ on:

jobs:
build-macos:
runs-on: macos-11
runs-on: macos-12
steps:
-
name: Checkout
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release_win.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:
working-directory: hydrus
-
name: Download mpv-dev
run: Invoke-WebRequest -Uri "https://sourceforge.net/projects/mpv-player-windows/files/libmpv/mpv-dev-x86_64-20230212-git-a40958c.7z" -OutFile "mpv-dev-x86_64.7z" -Headers @{ "User-Agent" = "LetMeIn" }
run: Invoke-WebRequest -Uri "https://sourceforge.net/projects/mpv-player-windows/files/libmpv/mpv-dev-x86_64-20230820-git-19384e0.7z" -OutFile "mpv-dev-x86_64.7z" -Headers @{ "User-Agent" = "LetMeIn" }
-
name: Process mpv-dev
run: |
Expand Down
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,6 @@ mpv==1.0.6
requests==2.31.0

QtPy==2.4.1
PySide6==6.6.0
PySide6==6.6.3.1

setuptools==69.1.1
2 changes: 1 addition & 1 deletion static/build_files/linux/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ mpv==1.0.6
requests==2.31.0

QtPy==2.4.1
PySide6==6.6.0
PySide6==6.6.3.1

setuptools==69.1.1

Expand Down
2 changes: 1 addition & 1 deletion static/build_files/windows/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ mpv==1.0.6
requests==2.31.0

QtPy==2.4.1
PySide6==6.6.0
PySide6==6.6.3.1

setuptools==69.1.1

Expand Down
Binary file modified static/build_files/windows/sqlite3.dll
Binary file not shown.
Binary file modified static/build_files/windows/sqlite3.exe
Binary file not shown.
2 changes: 1 addition & 1 deletion static/requirements/advanced/requirements_qt6.txt
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
QtPy==2.4.1
PySide6==6.6.0
PySide6==6.6.3.1

0 comments on commit 7649732

Please sign in to comment.