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