1
0
mirror of https://github.com/upscayl/upscayl.git synced 2024-11-23 23:21:05 +01:00

Update icns

This commit is contained in:
Nayam Amarshe 2023-10-14 06:59:42 +05:30
parent f73a45f1e2
commit e94bdf0e76
3 changed files with 3 additions and 2 deletions

View File

@ -134,6 +134,7 @@
"entitlementsInherit": "resources/entitlements.mac.plist",
"provisioningProfile": "embedded.provisionprofile",
"mergeASARs": false,
"icon": "build/icon.icns",
"x64ArchFiles": "*",
"target": [
{

View File

@ -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

View File

@ -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