Enable stripping

This commit is contained in:
2025-10-26 15:26:58 +02:00
parent a6ab9a46e6
commit 2d7a55e5ff
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -1,7 +1,7 @@
name: zed
description: A high-performance, multiplayer code editor from the creators of Atom and Tree-sitter
version: 0.209.5
revision: 1
revision: 2
url: https://zed.dev/
license: AGPL3-or-later,GPL3-or-later,Apache-2.0
architecture: any
+1 -1
View File
@@ -27,7 +27,7 @@ prepare() {
# The build function is executed in the source directory
# This function is used to compile the source code
build() {
export RUSTFLAGS+=" --remap-path-prefix $PWD=/"
export RUSTFLAGS="${RUSTFLAGS} --remap-path-prefix $PWD=/"
export ZED_UPDATE_EXPLANATION='Updates are handled by bpm'
export RELEASE_VERSION="$BPM_PKG_VERSION"