From e54651ecfa57f3d20615bebd85ea225e6e607612 Mon Sep 17 00:00:00 2001 From: tildearrow Date: Tue, 18 Jun 2024 16:11:19 -0500 Subject: [PATCH] I SEE........ --- .github/workflows/build.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 417b3a513..425265901 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -237,8 +237,8 @@ jobs: echo "preparing bundle" mkdir -p Furnace.app/Resources - cp -v -r ../po/locale Furnace.app/Resources/locale - cp -v ../res/icon.icns Furnace.app/Resources + cp -v -r ../po/locale Furnace.app/Contents/Resources/locale + cp -v ../res/icon.icns Furnace.app/Contents.Resources echo "this is the bundle:" find Furnace.app