We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cefdeef commit b8682afCopy full SHA for b8682af
non-nix-build/build_dmg.sh
@@ -8,8 +8,8 @@ create-dmg \
8
--window-pos 200 120 \
9
--window-size 600 400 \
10
--icon-size 100 \
11
- --icon "CodeTracer.app" 150 190 \
12
- --app-drop-link 450 185 \
+ --icon "CodeTracer.app" 150 200 \
+ --app-drop-link 450 200 \
13
"CodeTracer.dmg" \
14
"CodeTracer.app"
15
non-nix-build/install_rust.sh
@@ -20,7 +20,7 @@ fi
20
21
export RUSTUP_INIT_SKIP_PATH_CHECK=yes
22
23
-curl --proto '=https' --tlsv1.2 -sf https://sh.rustup.rs | sh -s -- --no-modify-path --default-toolchain nightly
+curl --proto '=https' --tlsv1.2 -sf https://sh.rustup.rs | sh -s -- --no-modify-path -y --default-toolchain nightly
24
25
source $CARGO_HOME/env # adds rustc to our PATH
26
0 commit comments