mirror of
https://github.com/upscayl/upscayl.git
synced 2024-11-23 23:21:05 +01:00
Update icns
This commit is contained in:
parent
f73a45f1e2
commit
e94bdf0e76
@ -134,6 +134,7 @@
|
||||
"entitlementsInherit": "resources/entitlements.mac.plist",
|
||||
"provisioningProfile": "embedded.provisionprofile",
|
||||
"mergeASARs": false,
|
||||
"icon": "build/icon.icns",
|
||||
"x64ArchFiles": "*",
|
||||
"target": [
|
||||
{
|
||||
|
@ -190,7 +190,7 @@ function SettingsTab({
|
||||
target="_blank">
|
||||
Read Wiki Guide
|
||||
</a>
|
||||
{flag("IS_APPLE_STORE_BUILD") && <DonateButton />}
|
||||
{flag("APP_STORE_BUILD") && <DonateButton />}
|
||||
</div>
|
||||
|
||||
<LogArea
|
||||
|
@ -1,5 +1,5 @@
|
||||
export const FLAGS = {
|
||||
IS_APPLE_STORE_BUILD: "IS_APPLE_STORE_BUILD",
|
||||
APP_STORE_BUILD: "APP_STORE_BUILD",
|
||||
};
|
||||
|
||||
// Get flag from process.env
|
||||
|
Loading…
Reference in New Issue
Block a user