Skip to content

Commit b6bbb80

Browse files
committed
fix: revert version
1 parent 424e284 commit b6bbb80

File tree

2 files changed

+5
-17
lines changed

2 files changed

+5
-17
lines changed

src-tauri/src/utils/audio_utils.rs

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,5 @@
11
extern crate taglib;
22

3-
use std::fs::File;
4-
use std::io::{self, Read};
5-
use std::path::Path;
6-
73
// pub async fn extract_audio_files<F>(
84
// dir: &str,
95
// mut callback: F,

src-tauri/tauri.conf.json

Lines changed: 5 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
},
99
"package": {
1010
"productName": "pulp",
11-
"version": "1.2.0"
11+
"version": "1.1.1"
1212
},
1313
"tauri": {
1414
"allowlist": {
@@ -24,16 +24,12 @@
2424
"all": true,
2525
"fs": {
2626
"all": true,
27-
"scope": [
28-
"**"
29-
]
27+
"scope": ["**"]
3028
},
3129
"protocol": {
3230
"all": true,
3331
"asset": true,
34-
"assetScope": [
35-
"**"
36-
]
32+
"assetScope": ["**"]
3733
},
3834
"dialog": {
3935
"all": true,
@@ -56,9 +52,7 @@
5652
"deb": {
5753
"depends": []
5854
},
59-
"externalBin": [
60-
"binaries/streaming_extractor_music"
61-
],
55+
"externalBin": ["binaries/streaming_extractor_music"],
6256
"icon": [
6357
"icons/32x32.png",
6458
"icons/128x128.png",
@@ -75,9 +69,7 @@
7569
"providerShortName": null,
7670
"signingIdentity": null
7771
},
78-
"resources": [
79-
"resources/*"
80-
],
72+
"resources": ["resources/*"],
8173
"shortDescription": "",
8274
"targets": "all",
8375
"windows": {

0 commit comments

Comments
 (0)