aboutsummaryrefslogtreecommitdiffstatshomepage
diff options
context:
space:
mode:
-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"