File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 99 build :
1010 strategy :
1111 matrix :
12- os : [windows-latest,ubuntu-22.04 ]
12+ os : [windows-latest]
1313
1414 runs-on : ${{ matrix.os }}
1515
3232 cache-dependency-path : |
3333 **/requirements*.txt
3434
35+ - name : Install FFmpeg
36+ run : choco install ffmpeg -y
37+
3538 - name : Install Dependencies
3639 run : |
37-
40+ pip install --only-binary :all: av==14.0.1
3841 pip install -r requirements.txt
3942
4043 - name : Build Executable
@@ -136,8 +139,12 @@ jobs:
136139 cache-dependency-path : |
137140 **/requirements*.txt
138141
142+ - name : Install FFmpeg
143+ run : choco install ffmpeg -y
144+
139145 - name : Install Dependencies
140146 run : |
147+ pip install --only-binary :all: av==14.0.1
141148 pip install -r requirements.txt
142149
143150 - uses : sayyid5416/pyinstaller@v1
@@ -213,21 +220,11 @@ jobs:
213220 name : bundle-${{ env.VERSION }}-Windows-pre
214221 path : artifacts
215222
216- - uses : actions/download-artifact@v4
217- with :
218- name : bundle-${{ env.VERSION }}-Linux
219- path : artifacts
220-
221223 - uses : actions/download-artifact@v4
222224 with :
223225 name : iib_app_cli_Windows
224226 path : artifacts
225227
226- - uses : actions/download-artifact@v4
227- with :
228- name : iib_app_cli_Linux
229- path : artifacts
230-
231228 - name : Release
232229 uses : softprops/action-gh-release@v1
233230 with :
Original file line number Diff line number Diff line change 88 },
99 "package" : {
1010 "productName" : " Infinite Image Browsing" ,
11- "version" : " 1.5.1 "
11+ "version" : " 1.6.0 "
1212 },
1313 "tauri" : {
1414 "allowlist" : {
You can’t perform that action at this time.
0 commit comments