Skip to content

Commit

Permalink
b
Browse files Browse the repository at this point in the history
  • Loading branch information
Bishop-333 committed Feb 19, 2025
1 parent d143ef2 commit 06f6463
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -148,7 +148,7 @@ jobs:
run: |
make ${{ matrix.rule }} -j$(sysctl -n hw.logicalcpu) ARCH=x86_64 CC=${{ matrix.cc }} DESTDIR=bin INSTALL=ginstall STRIP=echo QUAKE3=1
make ${{ matrix.rule }} -j$(sysctl -n hw.logicalcpu) ARCH=arm64 CC=${{ matrix.cc }} DESTDIR=bin INSTALL=ginstall STRIP=echo QUAKE3=1
OBJROOT=bin QUAKE3=1 ./make-macosx-app.sh release
QUAKE3=1 ./make-macosx-app.sh release
hdiutil create -format UDZO -srcfolder bin/release-darwin-universal2/OmegA.app bin/OmegA.dmg
- uses: actions/upload-artifact@v4
Expand Down
2 changes: 1 addition & 1 deletion make-macosx-app.sh
Original file line number Diff line number Diff line change
Expand Up @@ -166,7 +166,7 @@ ICNSDIR="code/unix"
ICNS="quake3_flat.icns"
PKGINFO="APPLOMG"

OBJROOT="${OBJROOT:-build}"
OBJROOT="build"
#BUILT_PRODUCTS_DIR="${OBJROOT}/${TARGET_NAME}-darwin-${CURRENT_ARCH}"
if [ "$QUAKE3" == "1" ]; then
PRODUCT_NAME="q3-omega"
Expand Down

0 comments on commit 06f6463

Please sign in to comment.