Skip to content

Commit 5fbda41

Browse files
authored
Merge pull request #915 from zanllp/releases/1.6.0
Releases/1.6.0
2 parents ba63100 + 930f815 commit 5fbda41

2 files changed

Lines changed: 10 additions & 13 deletions

File tree

.github/workflows/tauri_app_build.yml

Lines changed: 9 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ jobs:
99
build:
1010
strategy:
1111
matrix:
12-
os: [windows-latest,ubuntu-22.04]
12+
os: [windows-latest]
1313

1414
runs-on: ${{ matrix.os }}
1515

@@ -32,9 +32,12 @@ jobs:
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:

vue/src-tauri/tauri.conf.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
},
99
"package": {
1010
"productName": "Infinite Image Browsing",
11-
"version": "1.5.1"
11+
"version": "1.6.0"
1212
},
1313
"tauri": {
1414
"allowlist": {

0 commit comments

Comments
 (0)