mirror of
https://github.com/terrapkg/packages.git
synced 2026-05-31 09:01:55 +00:00
@@ -17,7 +17,7 @@ Spacedrive is an open source cross-platform file manager, powered by a virtual d
|
||||
# we need nightly cargo
|
||||
curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs -o rustup.sh
|
||||
chmod +x ./rustup.sh
|
||||
./rustup.sh -y -t nightly --profile minimal
|
||||
./rustup.sh -y -t nightly #--profile minimal
|
||||
source "$HOME/.cargo/env"
|
||||
rustup default nightly
|
||||
|
||||
@@ -26,7 +26,7 @@ pnpm install
|
||||
%build
|
||||
source $HOME/.cargo/env
|
||||
export CARGO_TARGET_DIR=target
|
||||
export RUSTUP_TOOLCHAIN=1.73
|
||||
#export RUSTUP_TOOLCHAIN=1.73
|
||||
|
||||
pnpm prep
|
||||
pnpm tauri build --bundles app -- --no-default-features
|
||||
|
||||
Reference in New Issue
Block a user