mirror of
https://github.com/Lakr233/vphone-cli.git
synced 2026-09-05 09:04:27 +00:00
feat: add dock app icon (#182)
This commit is contained in:
@@ -139,6 +139,7 @@ bundle: build $(INFO_PLIST)
|
||||
@mkdir -p $(BUNDLE)/Contents/MacOS $(BUNDLE)/Contents/Resources
|
||||
@cp -f $(BINARY) $(BUNDLE_BIN)
|
||||
@cp -f $(INFO_PLIST) $(BUNDLE)/Contents/Info.plist
|
||||
@cp -f sources/AppIcon.icns $(BUNDLE)/Contents/Resources/AppIcon.icns
|
||||
@cp -f $(SCRIPTS)/vphoned/signcert.p12 $(BUNDLE)/Contents/Resources/signcert.p12
|
||||
@cp -f $$(command -v ldid) $(BUNDLE)/Contents/MacOS/ldid
|
||||
@cp -f $$(command -v ideviceinstaller) $(BUNDLE)/Contents/MacOS/ideviceinstaller
|
||||
|
||||
Reference in New Issue
Block a user