We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5f10ad6 commit 1fcf9b2Copy full SHA for 1fcf9b2
flatpak/io.github.softfever.OrcaSlicer.yml
@@ -122,10 +122,13 @@ modules:
122
-DCMAKE_BUILD_TYPE=Release
123
cmake --build . --target install -j$FLATPAK_BUILDER_N_JOBS
124
sources:
125
- - type: git
126
- url: https://github.com/buzzhuzz/Orca-deps-wxWidgets.git
127
- branch: updates/v3.2.6
128
- path: ../
+ - type: archive
+ url: https://github.com/wxWidgets/wxWidgets/releases/download/v3.2.7/wxWidgets-3.2.7.tar.bz2
+ sha256: 69a1722f874d91cd1c9e742b72df49e0fab02890782cf794791c3104cee868c6
+ # - type: git
129
+ # url: https://github.com/buzzhuzz/Orca-deps-wxWidgets.git
130
+ # branch: updates/v3.2.6
131
+ # path: ../
132
# - type: patch
133
# path: patches/0001-Enable-using-a-dark-theme-when-Gnome-dark-style-is-s.patch
134
cleanup:
0 commit comments