Skip to content

Commit 4fc6d35

Browse files
committed
2024/8/10-1
1 parent a5b6625 commit 4fc6d35

3 files changed

Lines changed: 6 additions & 6 deletions

File tree

Installer PROJ/SMUI 2023.aip

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -92,10 +92,10 @@
9292
<ROW Property="AppLogoIconDark" Value="applogodark.png" MultiBuildValue="DefaultBuild:dropbox.ico" Type="1" MsiKey="AppLogoIconDark"/>
9393
<ROW Property="CTRLS" Value="2"/>
9494
<ROW Property="Manufacturer" Value="1059 Studio"/>
95-
<ROW Property="ProductCode" Value="2052:{1F2ED86F-7305-41AF-B61D-3B0F1A4F3C5A} " Type="16"/>
95+
<ROW Property="ProductCode" Value="2052:{14F78A3F-EE2B-4291-A2B5-6CB7A25E8662} " Type="16"/>
9696
<ROW Property="ProductLanguage" Value="2052"/>
9797
<ROW Property="ProductName" Value="SMUI 2023"/>
98-
<ROW Property="ProductVersion" Value="6.6.1" Options="32"/>
98+
<ROW Property="ProductVersion" Value="6.6.2" Options="32"/>
9999
<ROW Property="REBOOT" MultiBuildValue="DefaultBuild:ReallySuppress"/>
100100
<ROW Property="SecureCustomProperties" Value="OLDPRODUCTS;AI_NEWERPRODUCTFOUND;AI_SETUPEXEPATH;SETUPEXEDIR"/>
101101
<ROW Property="UpgradeCode" Value="{349EDF0D-1EB2-4B52-B72A-0F3AEC12DAC8}"/>

StardewMUI 2023/StardewMUI 2023.vbproj

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,10 +13,10 @@
1313
<Title>$(AssemblyName)</Title>
1414
<Authors>1059 Studio</Authors>
1515
<PackAsTool>False</PackAsTool>
16-
<AssemblyVersion>6.6.1</AssemblyVersion>
17-
<FileVersion>6.6.1</FileVersion>
16+
<AssemblyVersion>6.6.2</AssemblyVersion>
17+
<FileVersion>6.6.2</FileVersion>
1818
<SupportedOSPlatformVersion>10.0.17763.0</SupportedOSPlatformVersion>
19-
<Version>6.6.1</Version>
19+
<Version>6.6.2</Version>
2020
<AnalysisLevel>latest</AnalysisLevel>
2121
<UseWPF>True</UseWPF>
2222
<ApplicationManifest>My Project\app.manifest</ApplicationManifest>

StardewMUI 2023/功能/虚拟组/Form管理虚拟组.vb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -135,7 +135,7 @@ Public Class Form管理虚拟组
135135
For Each item As String In 当前模组项的虚拟组列表
136136
Dim i3 As ListViewItem = Me.ListView1.Items.Find(item, False).FirstOrDefault
137137
If i3 Is Nothing Then GoTo jx1
138-
If Not i3.Checked Then GoTo jx1
138+
If Not i3.Selected Then GoTo jx1
139139
Next
140140

141141
Form1.ListView2.Items.Add(Path.GetFileName(mDir2.FullName))

0 commit comments

Comments
 (0)