Skip to content

Commit 1fcf9b2

Browse files
committed
Temporarily use vanilla wxWidgets
1 parent 5f10ad6 commit 1fcf9b2

File tree

1 file changed

+7
-4
lines changed

1 file changed

+7
-4
lines changed

flatpak/io.github.softfever.OrcaSlicer.yml

Lines changed: 7 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -122,10 +122,13 @@ modules:
122122
-DCMAKE_BUILD_TYPE=Release
123123
cmake --build . --target install -j$FLATPAK_BUILDER_N_JOBS
124124
sources:
125-
- type: git
126-
url: https://github.com/buzzhuzz/Orca-deps-wxWidgets.git
127-
branch: updates/v3.2.6
128-
path: ../
125+
- type: archive
126+
url: https://github.com/wxWidgets/wxWidgets/releases/download/v3.2.7/wxWidgets-3.2.7.tar.bz2
127+
sha256: 69a1722f874d91cd1c9e742b72df49e0fab02890782cf794791c3104cee868c6
128+
# - type: git
129+
# url: https://github.com/buzzhuzz/Orca-deps-wxWidgets.git
130+
# branch: updates/v3.2.6
131+
# path: ../
129132
# - type: patch
130133
# path: patches/0001-Enable-using-a-dark-theme-when-Gnome-dark-style-is-s.patch
131134
cleanup:

0 commit comments

Comments
 (0)