Skip to content

Commit

Permalink
testing sourcing if it's the cause of failure... --norun
Browse files Browse the repository at this point in the history
  • Loading branch information
lexi-the-cute committed Dec 18, 2024
1 parent 66c8fea commit 4bd56f7
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .build-scripts/exports/tools.sh
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ SCRIPT=`$REALPATH_EXE "$0"`
SCRIPT_DIR=`$DIRNAME_EXE "$SCRIPT"`
PROJECT_ROOT=`$REALPATH_EXE $SCRIPT_DIR/../..`

cd $PROJECT_ROOT
# cd $PROJECT_ROOT

# Shell Command Locations
if [ -z "$ROOT_PATH" ]; then
Expand Down
1 change: 0 additions & 1 deletion .github/workflows/build-linux-gnu-x86_64-appimage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,6 @@ jobs:
# Sets the build timestamp to the current commit to make builds reproducible
export SOURCE_DATE_EPOCH="`git --no-pager log -1 --format="%at"`"
export PATH="${{ github.workspace }}/.tools:$PATH"
# Release is already specified by cargo appimage
# https://github.com/StratusFearMe21/cargo-appimage/issues/30
Expand Down
1 change: 1 addition & 0 deletions src/setup.rs
Original file line number Diff line number Diff line change
Expand Up @@ -164,6 +164,7 @@ pub(super) fn start() -> Result<(), String> {
set_panic_hook();

// Allows handling properly shutting down with SIGINT
#[cfg(not(any(target_os = "android", target_os = "ios")))]
#[cfg(any(target_family = "unix", target_family = "windows"))]
{
debug!("Setting SIGINT hook...");
Expand Down

0 comments on commit 4bd56f7

Please sign in to comment.