aboutsummaryrefslogtreecommitdiffstatshomepage
diff options
context:
space:
mode:
author苏向夜 <fu050409@163.com>2026-02-25 02:44:58 +0800
committer苏向夜 <fu050409@163.com>2026-02-25 02:44:58 +0800
commit7edccaf1be357c0a2619a87bc1767bc6c8a95954 (patch)
tree6f7b334874f96765f044ab74e0369f5b49b72a81
parent025154616863635560cea994c356dcb78e4948ae (diff)
downloadDropOut-7edccaf1be357c0a2619a87bc1767bc6c8a95954.tar.gz
DropOut-7edccaf1be357c0a2619a87bc1767bc6c8a95954.zip
chore: use semifold to release aur
-rw-r--r--.changes/config.toml4
-rw-r--r--.changes/release-aur.md5
-rw-r--r--src-tauri/Cargo.toml1
3 files changed, 5 insertions, 5 deletions
diff --git a/.changes/config.toml b/.changes/config.toml
index bd02fe4..29d2fee 100644
--- a/.changes/config.toml
+++ b/.changes/config.toml
@@ -32,10 +32,6 @@ url = "https://crates.io/api/v1/crates/{{ package.name }}/{{ package.version }}"
User-Agent = "Semifold 0.2.10"
[[resolver.rust.publish]]
-command = "cargo"
-args = ["publish"]
-
-[[resolver.rust.publish]]
command = "pnpm"
args = ["tsx", "scripts/release-aur.ts"]
diff --git a/.changes/release-aur.md b/.changes/release-aur.md
new file mode 100644
index 0000000..4d6cba5
--- /dev/null
+++ b/.changes/release-aur.md
@@ -0,0 +1,5 @@
+---
+dropout: "patch:chore"
+---
+
+Release Dropout to AUR.
diff --git a/src-tauri/Cargo.toml b/src-tauri/Cargo.toml
index 5ba731c..db8c8fb 100644
--- a/src-tauri/Cargo.toml
+++ b/src-tauri/Cargo.toml
@@ -6,7 +6,6 @@ authors = ["HsiangNianian"]
description = "The DropOut Minecraft Game Launcher"
repository = "https://github.com/HydroRoll-Team/DropOut"
license = "MIT"
-publish = false
[package.metadata.deb]
depends = "libgtk-3-0"