File tree Expand file tree Collapse file tree 3 files changed +3
-4
lines changed
Expand file tree Collapse file tree 3 files changed +3
-4
lines changed Original file line number Diff line number Diff line change @@ -75,11 +75,10 @@ jobs:
7575 - name : install Rust stable
7676 uses : dtolnay/rust-toolchain@stable
7777 with :
78- # Ceux-ci sont uniquement utilisés sur macOS, pour accélérer les builds Windows et Linux.
7978 targets : ${{ matrix.platform == 'macos-latest' && 'aarch64-apple-darwin,x86_64-apple-darwin' || '' }}
8079
8180 - name : install dependencies (ubuntu only)
82- if : matrix.platform == 'ubuntu-22.04' # Cela doit correspondre à la plateforme définie plus haut.
81+ if : matrix.platform == 'ubuntu-22.04'
8382 run : |
8483 sudo apt-get update
8584 sudo apt-get install -y libwebkit2gtk-4.0-dev libwebkit2gtk-4.1-dev libappindicator3-dev librsvg2-dev patchelf
Original file line number Diff line number Diff line change 11{
22 "name" : " fileflow" ,
3- "version" : " 1.0.2 " ,
3+ "version" : " 1.0.3 " ,
44 "private" : true ,
55 "type" : " module" ,
66 "scripts" : {
Original file line number Diff line number Diff line change 1818 },
1919 "productName" : " FileFlow" ,
2020 "mainBinaryName" : " FileFlow" ,
21- "version" : " 1.0.2 " ,
21+ "version" : " 1.0.3 " ,
2222 "identifier" : " com.fileflow.app" ,
2323 "plugins" : {},
2424 "app" : {
You can’t perform that action at this time.
0 commit comments