You've already forked AstralRinth
forked from didirus/AstralRinth
fix: permissions for tauri build
This commit is contained in:
@@ -51,6 +51,8 @@ fn main() {
|
|||||||
"import",
|
"import",
|
||||||
InlinedPlugin::new()
|
InlinedPlugin::new()
|
||||||
.commands(&[
|
.commands(&[
|
||||||
|
"fetch_curseforge_profile_metadata",
|
||||||
|
"import_curseforge_profile",
|
||||||
"get_importable_instances",
|
"get_importable_instances",
|
||||||
"import_instance",
|
"import_instance",
|
||||||
"is_valid_importable_instance",
|
"is_valid_importable_instance",
|
||||||
|
|||||||
@@ -27,8 +27,6 @@
|
|||||||
|
|
||||||
"auth:default",
|
"auth:default",
|
||||||
"import:default",
|
"import:default",
|
||||||
"import:allow-fetch-curseforge-profile-metadata",
|
|
||||||
"import:allow-import-curseforge-profile",
|
|
||||||
"jre:default",
|
"jre:default",
|
||||||
"logs:default",
|
"logs:default",
|
||||||
"metadata:default",
|
"metadata:default",
|
||||||
|
|||||||
Reference in New Issue
Block a user