You've already forked AstralRinth
forked from didirus/AstralRinth
Fix app builds not launching (#3035)
* Fix app builds not launching * Revert tauri version change
This commit is contained in:
128
Cargo.lock
generated
128
Cargo.lock
generated
@@ -8453,9 +8453,9 @@ dependencies = [
|
|||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "tao"
|
name = "tao"
|
||||||
version = "0.31.0"
|
version = "0.30.8"
|
||||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||||
checksum = "cc6b53216f32e60efc27dfa111268481e4dfba53e553e4cdebcaed9db36c11bb"
|
checksum = "6682a07cf5bab0b8a2bd20d0a542917ab928b5edb75ebd4eda6b05cbaab872da"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"bitflags 2.6.0",
|
"bitflags 2.6.0",
|
||||||
"cocoa 0.26.0",
|
"cocoa 0.26.0",
|
||||||
@@ -8468,6 +8468,7 @@ dependencies = [
|
|||||||
"gdkwayland-sys",
|
"gdkwayland-sys",
|
||||||
"gdkx11-sys",
|
"gdkx11-sys",
|
||||||
"gtk",
|
"gtk",
|
||||||
|
"instant",
|
||||||
"jni",
|
"jni",
|
||||||
"lazy_static",
|
"lazy_static",
|
||||||
"libc",
|
"libc",
|
||||||
@@ -8526,7 +8527,8 @@ checksum = "61c41af27dd6d1e27b1b16b489db798443478cef1f06a660c96db617ba5de3b1"
|
|||||||
[[package]]
|
[[package]]
|
||||||
name = "tauri"
|
name = "tauri"
|
||||||
version = "2.1.1"
|
version = "2.1.1"
|
||||||
source = "git+https://github.com/modrinth/tauri?rev=9c36dd3#9c36dd30ad6d19832a5dbd7ac9af0a152bb9323a"
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||||
|
checksum = "e545de0a2dfe296fa67db208266cd397c5a55ae782da77973ef4c4fac90e9f2c"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"anyhow",
|
"anyhow",
|
||||||
"bytes 1.7.2",
|
"bytes 1.7.2",
|
||||||
@@ -8557,11 +8559,11 @@ dependencies = [
|
|||||||
"serde_repr",
|
"serde_repr",
|
||||||
"serialize-to-javascript",
|
"serialize-to-javascript",
|
||||||
"swift-rs",
|
"swift-rs",
|
||||||
"tauri-build 2.0.3 (git+https://github.com/modrinth/tauri?rev=9c36dd3)",
|
"tauri-build",
|
||||||
"tauri-macros",
|
"tauri-macros",
|
||||||
"tauri-runtime",
|
"tauri-runtime",
|
||||||
"tauri-runtime-wry",
|
"tauri-runtime-wry",
|
||||||
"tauri-utils 2.1.0 (git+https://github.com/modrinth/tauri?rev=9c36dd3)",
|
"tauri-utils",
|
||||||
"thiserror 2.0.7",
|
"thiserror 2.0.7",
|
||||||
"tokio 1.42.0",
|
"tokio 1.42.0",
|
||||||
"tray-icon",
|
"tray-icon",
|
||||||
@@ -8590,29 +8592,8 @@ dependencies = [
|
|||||||
"semver 1.0.23",
|
"semver 1.0.23",
|
||||||
"serde",
|
"serde",
|
||||||
"serde_json",
|
"serde_json",
|
||||||
"tauri-codegen 2.0.3 (registry+https://github.com/rust-lang/crates.io-index)",
|
"tauri-codegen",
|
||||||
"tauri-utils 2.1.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
"tauri-utils",
|
||||||
"tauri-winres",
|
|
||||||
"toml 0.8.19",
|
|
||||||
"walkdir",
|
|
||||||
]
|
|
||||||
|
|
||||||
[[package]]
|
|
||||||
name = "tauri-build"
|
|
||||||
version = "2.0.3"
|
|
||||||
source = "git+https://github.com/modrinth/tauri?rev=9c36dd3#9c36dd30ad6d19832a5dbd7ac9af0a152bb9323a"
|
|
||||||
dependencies = [
|
|
||||||
"anyhow",
|
|
||||||
"cargo_toml",
|
|
||||||
"dirs 5.0.1",
|
|
||||||
"glob",
|
|
||||||
"heck 0.5.0",
|
|
||||||
"json-patch",
|
|
||||||
"schemars",
|
|
||||||
"semver 1.0.23",
|
|
||||||
"serde",
|
|
||||||
"serde_json",
|
|
||||||
"tauri-utils 2.1.0 (git+https://github.com/modrinth/tauri?rev=9c36dd3)",
|
|
||||||
"tauri-winres",
|
"tauri-winres",
|
||||||
"toml 0.8.19",
|
"toml 0.8.19",
|
||||||
"walkdir",
|
"walkdir",
|
||||||
@@ -8623,31 +8604,6 @@ name = "tauri-codegen"
|
|||||||
version = "2.0.3"
|
version = "2.0.3"
|
||||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||||
checksum = "bf79faeecf301d3e969b1fae977039edb77a4c1f25cc0a961be298b54bff97cf"
|
checksum = "bf79faeecf301d3e969b1fae977039edb77a4c1f25cc0a961be298b54bff97cf"
|
||||||
dependencies = [
|
|
||||||
"base64 0.22.1",
|
|
||||||
"ico",
|
|
||||||
"json-patch",
|
|
||||||
"plist",
|
|
||||||
"png",
|
|
||||||
"proc-macro2",
|
|
||||||
"quote",
|
|
||||||
"semver 1.0.23",
|
|
||||||
"serde",
|
|
||||||
"serde_json",
|
|
||||||
"sha2 0.10.8",
|
|
||||||
"syn 2.0.90",
|
|
||||||
"tauri-utils 2.1.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
||||||
"thiserror 2.0.7",
|
|
||||||
"time",
|
|
||||||
"url",
|
|
||||||
"uuid 1.10.0",
|
|
||||||
"walkdir",
|
|
||||||
]
|
|
||||||
|
|
||||||
[[package]]
|
|
||||||
name = "tauri-codegen"
|
|
||||||
version = "2.0.3"
|
|
||||||
source = "git+https://github.com/modrinth/tauri?rev=9c36dd3#9c36dd30ad6d19832a5dbd7ac9af0a152bb9323a"
|
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"base64 0.22.1",
|
"base64 0.22.1",
|
||||||
"brotli 7.0.0",
|
"brotli 7.0.0",
|
||||||
@@ -8662,7 +8618,7 @@ dependencies = [
|
|||||||
"serde_json",
|
"serde_json",
|
||||||
"sha2 0.10.8",
|
"sha2 0.10.8",
|
||||||
"syn 2.0.90",
|
"syn 2.0.90",
|
||||||
"tauri-utils 2.1.0 (git+https://github.com/modrinth/tauri?rev=9c36dd3)",
|
"tauri-utils",
|
||||||
"thiserror 2.0.7",
|
"thiserror 2.0.7",
|
||||||
"time",
|
"time",
|
||||||
"url",
|
"url",
|
||||||
@@ -8673,14 +8629,15 @@ dependencies = [
|
|||||||
[[package]]
|
[[package]]
|
||||||
name = "tauri-macros"
|
name = "tauri-macros"
|
||||||
version = "2.0.3"
|
version = "2.0.3"
|
||||||
source = "git+https://github.com/modrinth/tauri?rev=9c36dd3#9c36dd30ad6d19832a5dbd7ac9af0a152bb9323a"
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||||
|
checksum = "c52027c8c5afb83166dacddc092ee8fff50772f9646d461d8c33ee887e447a03"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"heck 0.5.0",
|
"heck 0.5.0",
|
||||||
"proc-macro2",
|
"proc-macro2",
|
||||||
"quote",
|
"quote",
|
||||||
"syn 2.0.90",
|
"syn 2.0.90",
|
||||||
"tauri-codegen 2.0.3 (git+https://github.com/modrinth/tauri?rev=9c36dd3)",
|
"tauri-codegen",
|
||||||
"tauri-utils 2.1.0 (git+https://github.com/modrinth/tauri?rev=9c36dd3)",
|
"tauri-utils",
|
||||||
]
|
]
|
||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
@@ -8695,7 +8652,7 @@ dependencies = [
|
|||||||
"schemars",
|
"schemars",
|
||||||
"serde",
|
"serde",
|
||||||
"serde_json",
|
"serde_json",
|
||||||
"tauri-utils 2.1.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
"tauri-utils",
|
||||||
"toml 0.8.19",
|
"toml 0.8.19",
|
||||||
"walkdir",
|
"walkdir",
|
||||||
]
|
]
|
||||||
@@ -8712,7 +8669,7 @@ dependencies = [
|
|||||||
"serde_json",
|
"serde_json",
|
||||||
"tauri",
|
"tauri",
|
||||||
"tauri-plugin",
|
"tauri-plugin",
|
||||||
"tauri-utils 2.1.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
"tauri-utils",
|
||||||
"thiserror 2.0.7",
|
"thiserror 2.0.7",
|
||||||
"tracing",
|
"tracing",
|
||||||
"url",
|
"url",
|
||||||
@@ -8754,7 +8711,7 @@ dependencies = [
|
|||||||
"serde_repr",
|
"serde_repr",
|
||||||
"tauri",
|
"tauri",
|
||||||
"tauri-plugin",
|
"tauri-plugin",
|
||||||
"tauri-utils 2.1.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
"tauri-utils",
|
||||||
"thiserror 2.0.7",
|
"thiserror 2.0.7",
|
||||||
"toml 0.8.19",
|
"toml 0.8.19",
|
||||||
"url",
|
"url",
|
||||||
@@ -8864,7 +8821,8 @@ dependencies = [
|
|||||||
[[package]]
|
[[package]]
|
||||||
name = "tauri-runtime"
|
name = "tauri-runtime"
|
||||||
version = "2.2.0"
|
version = "2.2.0"
|
||||||
source = "git+https://github.com/modrinth/tauri?rev=9c36dd3#9c36dd30ad6d19832a5dbd7ac9af0a152bb9323a"
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||||
|
checksum = "cce18d43f80d4aba3aa8a0c953bbe835f3d0f2370aca75e8dbb14bd4bab27958"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"dpi",
|
"dpi",
|
||||||
"gtk",
|
"gtk",
|
||||||
@@ -8873,7 +8831,7 @@ dependencies = [
|
|||||||
"raw-window-handle 0.6.2",
|
"raw-window-handle 0.6.2",
|
||||||
"serde",
|
"serde",
|
||||||
"serde_json",
|
"serde_json",
|
||||||
"tauri-utils 2.1.0 (git+https://github.com/modrinth/tauri?rev=9c36dd3)",
|
"tauri-utils",
|
||||||
"thiserror 2.0.7",
|
"thiserror 2.0.7",
|
||||||
"url",
|
"url",
|
||||||
"windows 0.58.0",
|
"windows 0.58.0",
|
||||||
@@ -8882,7 +8840,8 @@ dependencies = [
|
|||||||
[[package]]
|
[[package]]
|
||||||
name = "tauri-runtime-wry"
|
name = "tauri-runtime-wry"
|
||||||
version = "2.2.0"
|
version = "2.2.0"
|
||||||
source = "git+https://github.com/modrinth/tauri?rev=9c36dd3#9c36dd30ad6d19832a5dbd7ac9af0a152bb9323a"
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||||
|
checksum = "9f442a38863e10129ffe2cec7bd09c2dcf8a098a3a27801a476a304d5bb991d2"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"gtk",
|
"gtk",
|
||||||
"http 1.1.0",
|
"http 1.1.0",
|
||||||
@@ -8896,7 +8855,7 @@ dependencies = [
|
|||||||
"softbuffer",
|
"softbuffer",
|
||||||
"tao",
|
"tao",
|
||||||
"tauri-runtime",
|
"tauri-runtime",
|
||||||
"tauri-utils 2.1.0 (git+https://github.com/modrinth/tauri?rev=9c36dd3)",
|
"tauri-utils",
|
||||||
"url",
|
"url",
|
||||||
"webkit2gtk",
|
"webkit2gtk",
|
||||||
"webview2-com",
|
"webview2-com",
|
||||||
@@ -8909,41 +8868,6 @@ name = "tauri-utils"
|
|||||||
version = "2.1.0"
|
version = "2.1.0"
|
||||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||||
checksum = "9271a88f99b4adea0dc71d0baca4505475a0bbd139fb135f62958721aaa8fe54"
|
checksum = "9271a88f99b4adea0dc71d0baca4505475a0bbd139fb135f62958721aaa8fe54"
|
||||||
dependencies = [
|
|
||||||
"cargo_metadata",
|
|
||||||
"ctor",
|
|
||||||
"dunce",
|
|
||||||
"glob",
|
|
||||||
"html5ever",
|
|
||||||
"http 1.1.0",
|
|
||||||
"infer 0.16.0",
|
|
||||||
"json-patch",
|
|
||||||
"kuchikiki",
|
|
||||||
"log",
|
|
||||||
"memchr",
|
|
||||||
"phf 0.11.2",
|
|
||||||
"proc-macro2",
|
|
||||||
"quote",
|
|
||||||
"regex",
|
|
||||||
"schemars",
|
|
||||||
"semver 1.0.23",
|
|
||||||
"serde",
|
|
||||||
"serde-untagged",
|
|
||||||
"serde_json",
|
|
||||||
"serde_with",
|
|
||||||
"swift-rs",
|
|
||||||
"thiserror 2.0.7",
|
|
||||||
"toml 0.8.19",
|
|
||||||
"url",
|
|
||||||
"urlpattern",
|
|
||||||
"uuid 1.10.0",
|
|
||||||
"walkdir",
|
|
||||||
]
|
|
||||||
|
|
||||||
[[package]]
|
|
||||||
name = "tauri-utils"
|
|
||||||
version = "2.1.0"
|
|
||||||
source = "git+https://github.com/modrinth/tauri?rev=9c36dd3#9c36dd30ad6d19832a5dbd7ac9af0a152bb9323a"
|
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"brotli 7.0.0",
|
"brotli 7.0.0",
|
||||||
"cargo_metadata",
|
"cargo_metadata",
|
||||||
@@ -9032,7 +8956,7 @@ dependencies = [
|
|||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "theseus"
|
name = "theseus"
|
||||||
version = "0.9.0"
|
version = "0.9.0-1"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"async-recursion",
|
"async-recursion",
|
||||||
"async-tungstenite",
|
"async-tungstenite",
|
||||||
@@ -9083,7 +9007,7 @@ dependencies = [
|
|||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "theseus_gui"
|
name = "theseus_gui"
|
||||||
version = "0.9.0"
|
version = "0.9.0-1"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"chrono",
|
"chrono",
|
||||||
"cocoa 0.25.0",
|
"cocoa 0.25.0",
|
||||||
@@ -9103,7 +9027,7 @@ dependencies = [
|
|||||||
"serde_json",
|
"serde_json",
|
||||||
"serde_with",
|
"serde_with",
|
||||||
"tauri",
|
"tauri",
|
||||||
"tauri-build 2.0.3 (registry+https://github.com/rust-lang/crates.io-index)",
|
"tauri-build",
|
||||||
"tauri-plugin-deep-link",
|
"tauri-plugin-deep-link",
|
||||||
"tauri-plugin-dialog",
|
"tauri-plugin-dialog",
|
||||||
"tauri-plugin-opener",
|
"tauri-plugin-opener",
|
||||||
|
|||||||
@@ -20,5 +20,5 @@ strip = true # Remove debug symbols
|
|||||||
[profile.dev.package.sqlx-macros]
|
[profile.dev.package.sqlx-macros]
|
||||||
opt-level = 3
|
opt-level = 3
|
||||||
|
|
||||||
[patch.crates-io]
|
# [patch.crates-io]
|
||||||
tauri = { git = "https://github.com/modrinth/tauri", rev = "9c36dd3" }
|
# tauri = { git = "https://github.com/modrinth/tauri", rev = "67911d5" }
|
||||||
@@ -1,7 +1,7 @@
|
|||||||
{
|
{
|
||||||
"name": "@modrinth/app-frontend",
|
"name": "@modrinth/app-frontend",
|
||||||
"private": true,
|
"private": true,
|
||||||
"version": "0.9.0",
|
"version": "0.9.0-1",
|
||||||
"type": "module",
|
"type": "module",
|
||||||
"scripts": {
|
"scripts": {
|
||||||
"dev": "vite",
|
"dev": "vite",
|
||||||
|
|||||||
@@ -1,6 +1,6 @@
|
|||||||
[package]
|
[package]
|
||||||
name = "theseus_gui"
|
name = "theseus_gui"
|
||||||
version = "0.9.0"
|
version = "0.9.0-1"
|
||||||
description = "The Modrinth App is a desktop application for managing your Minecraft mods"
|
description = "The Modrinth App is a desktop application for managing your Minecraft mods"
|
||||||
license = "GPL-3.0-only"
|
license = "GPL-3.0-only"
|
||||||
repository = "https://github.com/modrinth/code/apps/app/"
|
repository = "https://github.com/modrinth/code/apps/app/"
|
||||||
@@ -17,7 +17,8 @@ serde_json = "1.0"
|
|||||||
serde = { version = "1.0", features = ["derive"] }
|
serde = { version = "1.0", features = ["derive"] }
|
||||||
serde_with = "3.0.0"
|
serde_with = "3.0.0"
|
||||||
|
|
||||||
tauri = { git = "https://github.com/modrinth/tauri", rev = "9c36dd3", features = ["devtools", "macos-private-api", "protocol-asset", "unstable"] }
|
tauri = { version = "2.1.1", features = ["devtools", "macos-private-api", "protocol-asset", "unstable"] }
|
||||||
|
# tauri = { git = "https://github.com/modrinth/tauri", rev = "67911d5", features = ["devtools", "macos-private-api", "protocol-asset", "unstable"] }
|
||||||
tauri-plugin-window-state = "2.2.0"
|
tauri-plugin-window-state = "2.2.0"
|
||||||
tauri-plugin-deep-link = "2.2.0"
|
tauri-plugin-deep-link = "2.2.0"
|
||||||
tauri-plugin-os = "2.2.0"
|
tauri-plugin-os = "2.2.0"
|
||||||
|
|||||||
@@ -103,7 +103,8 @@ pub async fn init_ads_window<R: Runtime>(
|
|||||||
AD_LINK.parse().unwrap(),
|
AD_LINK.parse().unwrap(),
|
||||||
),
|
),
|
||||||
)
|
)
|
||||||
.initialization_script_for_main_only(LINK_SCRIPT, false)
|
.initialization_script(LINK_SCRIPT)
|
||||||
|
// .initialization_script_for_main_only(LINK_SCRIPT, false)
|
||||||
.user_agent("Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/128.0.0.0 Safari/537.36")
|
.user_agent("Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/128.0.0.0 Safari/537.36")
|
||||||
.zoom_hotkeys_enabled(false)
|
.zoom_hotkeys_enabled(false)
|
||||||
.transparent(true),
|
.transparent(true),
|
||||||
|
|||||||
@@ -44,7 +44,7 @@
|
|||||||
]
|
]
|
||||||
},
|
},
|
||||||
"productName": "Modrinth App",
|
"productName": "Modrinth App",
|
||||||
"version": "0.8.9",
|
"version": "0.9.0-1",
|
||||||
"mainBinaryName": "Modrinth App",
|
"mainBinaryName": "Modrinth App",
|
||||||
"identifier": "ModrinthApp",
|
"identifier": "ModrinthApp",
|
||||||
"plugins": {
|
"plugins": {
|
||||||
|
|||||||
@@ -1,6 +1,6 @@
|
|||||||
[package]
|
[package]
|
||||||
name = "theseus"
|
name = "theseus"
|
||||||
version = "0.9.0"
|
version = "0.9.0-1"
|
||||||
authors = ["Jai A <jaiagr+gpg@pm.me>"]
|
authors = ["Jai A <jaiagr+gpg@pm.me>"]
|
||||||
edition = "2021"
|
edition = "2021"
|
||||||
|
|
||||||
|
|||||||
@@ -79,11 +79,11 @@ function setSelected(value: boolean) {
|
|||||||
</div>
|
</div>
|
||||||
<div class="bg-bg-raised rounded-xl">
|
<div class="bg-bg-raised rounded-xl">
|
||||||
<VirtualScroller :items="items" :default-size="64" style="height: 100%">
|
<VirtualScroller :items="items" :default-size="64" style="height: 100%">
|
||||||
<template #item="{ ref }">
|
<template #item="{ ref, index }">
|
||||||
<ContentListItem
|
<ContentListItem
|
||||||
v-model="selectionStates[ref.filename]"
|
v-model="selectionStates[ref.filename]"
|
||||||
:item="ref"
|
:item="ref"
|
||||||
:last="ref === items.length - 1"
|
:last="index === items.length - 1"
|
||||||
class="mb-2"
|
class="mb-2"
|
||||||
@update:model-value="updateSelection"
|
@update:model-value="updateSelection"
|
||||||
>
|
>
|
||||||
|
|||||||
Reference in New Issue
Block a user