Skip to content

Commit 30cc398

Browse files
Some bugfixes in preparation for 3.0.0
Co-Authored-By: SamsidParty <business@samsidparty.com>
1 parent a7b7f9b commit 30cc398

File tree

6 files changed

+7
-5
lines changed

6 files changed

+7
-5
lines changed

TopNotify/MSIX Beta/AppxManifest.xml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<!--Package created by MSIX Packaging Tool version: 1.2023.807.0-->
44
<!--Use CN=68C2D20A-96CA-43CC-A323-A549C2786CDA For Prod-->
55
<!--Use CN=SamsidParty For Beta-->
6-
<Identity Name="55968SamsidGameStudios.TopNotifyBeta" Publisher="CN=SamsidParty" Version="2.6.1.0" ProcessorArchitecture="x64" />
6+
<Identity Name="55968SamsidGameStudios.TopNotifyBeta" Publisher="CN=SamsidParty" Version="3.0.0.0" ProcessorArchitecture="x64" />
77
<Properties>
88
<DisplayName>TopNotify Beta</DisplayName>
99
<PublisherDisplayName>SamsidParty</PublisherDisplayName>
@@ -15,6 +15,7 @@
1515
</Resources>
1616
<Dependencies>
1717
<TargetDeviceFamily Name="Windows.Desktop" MinVersion="10.0.19041.0" MaxVersionTested="10.0.22000.1" />
18+
<PackageDependency Name="Microsoft.VCLibs.140.00.UWPDesktop" MinVersion="14.0.24217.0" Publisher="CN=Microsoft Corporation, O=Microsoft Corporation, L=Redmond, S=Washington, C=US" />
1819
</Dependencies>
1920
<Applications>
2021
<Application Id="TopNotify" Executable="TopNotify.exe" uap10:RuntimeBehavior="packagedClassicApp" uap10:TrustLevel="mediumIL">

TopNotify/MSIX/AppxManifest.xml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@
1515
</Resources>
1616
<Dependencies>
1717
<TargetDeviceFamily Name="Windows.Desktop" MinVersion="10.0.19041.0" MaxVersionTested="10.0.22000.1" />
18+
<PackageDependency Name="Microsoft.VCLibs.140.00.UWPDesktop" MinVersion="14.0.24217.0" Publisher="CN=Microsoft Corporation, O=Microsoft Corporation, L=Redmond, S=Washington, C=US" />
1819
</Dependencies>
1920
<Applications>
2021
<Application Id="TopNotify" Executable="TopNotify.exe" uap10:RuntimeBehavior="packagedClassicApp" uap10:TrustLevel="mediumIL">
Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

TopNotify/dist/index.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,8 @@
99
background-color: transparent !important;
1010
}
1111
</style>
12-
<script type="module" crossorigin src="/assets/index-x8tpaN9A.js"></script>
13-
<link rel="stylesheet" crossorigin href="/assets/index-CuVb4xFL.css">
12+
<script type="module" crossorigin src="/assets/index-BDfEktSC.js"></script>
13+
<link rel="stylesheet" crossorigin href="/assets/index-vESu9V2o.css">
1414
</head>
1515
<body oncontextmenu="return false;">
1616
<div id="root"></div>

TopNotify/src-vite/src/CSS/App.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -177,7 +177,7 @@ button {
177177
padding: 14px !important;
178178
font-size: 12px !important;
179179
font-weight: 400 !important;
180-
color: white !important;
180+
color: var(--col-text) !important;
181181
border-radius: 3px !important;
182182
}
183183

0 commit comments

Comments
 (0)