diff --git a/anda/apps/spacedrive/spacedrive.spec b/anda/apps/spacedrive/spacedrive.spec index 653b825efd..0151ad5672 100644 --- a/anda/apps/spacedrive/spacedrive.spec +++ b/anda/apps/spacedrive/spacedrive.spec @@ -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