Skip to content
This repository was archived by the owner on Oct 20, 2022. It is now read-only.

Commit fd41c8a

Browse files
committed
build: use original upstream entitlements
1 parent cbe316f commit fd41c8a

File tree

2 files changed

+1
-11
lines changed

2 files changed

+1
-11
lines changed

build.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,4 +19,4 @@ JAVA_HOME=$(/usr/libexec/java_home -v 1.8 -a arm64) \
1919
make -C "build" -j$(sysctl -n hw.physicalcpu) install
2020
chmod -R u+w "dist/ManyMC.app"
2121
find "dist/ManyMC.app" -depth -exec codesign -f -s - {} \;
22-
codesign -f --no-strict -s - --entitlements "entitlements.plist" "dist/ManyMC.app"
22+
codesign -f --no-strict -s - --entitlements "program_info/App.entitlements" "dist/ManyMC.app"

entitlements.plist

Lines changed: 0 additions & 10 deletions
This file was deleted.

0 commit comments

Comments
 (0)