Skip to content

Commit c4930e5

Browse files
committed
Fix file picker hang and improve splash screen layout for 4K
1 parent 69d0901 commit c4930e5

3 files changed

Lines changed: 153 additions & 139 deletions

File tree

release_script.sh

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
#!/bin/bash
2+
set -e
23
echo "-----------------------------------------------------"
34
echo "DO NOT RUN UNLESS YOU KNOW THE CODE COMPILES CLEANLY"
45
echo "THIS CAN TAKE 15 MINUTES TO COMPLETE"
@@ -19,6 +20,9 @@ done
1920
if [ "$CONCLUSION" == "success" ]; then
2021
echo "CI pipeline completed successfully."
2122

23+
echo "Cleaning old artifact directories..."
24+
rm -rf ./linux_rpm ./linux_deb ./windows_release ./macos_release
25+
2226
echo "Downloading artifacts..."
2327
gh run download -n RustTracker-Linux-RPM --dir ./linux_rpm
2428
gh run download -n RustTracker-Linux-DEB --dir ./linux_deb

0 commit comments

Comments
 (0)