Skip to content

Commit

Permalink
2024/8/10-1
Browse files Browse the repository at this point in the history
  • Loading branch information
Lake1059 committed Aug 10, 2024
1 parent a5b6625 commit 4fc6d35
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions Installer PROJ/SMUI 2023.aip
Original file line number Diff line number Diff line change
Expand Up @@ -92,10 +92,10 @@
<ROW Property="AppLogoIconDark" Value="applogodark.png" MultiBuildValue="DefaultBuild:dropbox.ico" Type="1" MsiKey="AppLogoIconDark"/>
<ROW Property="CTRLS" Value="2"/>
<ROW Property="Manufacturer" Value="1059 Studio"/>
<ROW Property="ProductCode" Value="2052:{1F2ED86F-7305-41AF-B61D-3B0F1A4F3C5A} " Type="16"/>
<ROW Property="ProductCode" Value="2052:{14F78A3F-EE2B-4291-A2B5-6CB7A25E8662} " Type="16"/>
<ROW Property="ProductLanguage" Value="2052"/>
<ROW Property="ProductName" Value="SMUI 2023"/>
<ROW Property="ProductVersion" Value="6.6.1" Options="32"/>
<ROW Property="ProductVersion" Value="6.6.2" Options="32"/>
<ROW Property="REBOOT" MultiBuildValue="DefaultBuild:ReallySuppress"/>
<ROW Property="SecureCustomProperties" Value="OLDPRODUCTS;AI_NEWERPRODUCTFOUND;AI_SETUPEXEPATH;SETUPEXEDIR"/>
<ROW Property="UpgradeCode" Value="{349EDF0D-1EB2-4B52-B72A-0F3AEC12DAC8}"/>
Expand Down
6 changes: 3 additions & 3 deletions StardewMUI 2023/StardewMUI 2023.vbproj
Original file line number Diff line number Diff line change
Expand Up @@ -13,10 +13,10 @@
<Title>$(AssemblyName)</Title>
<Authors>1059 Studio</Authors>
<PackAsTool>False</PackAsTool>
<AssemblyVersion>6.6.1</AssemblyVersion>
<FileVersion>6.6.1</FileVersion>
<AssemblyVersion>6.6.2</AssemblyVersion>
<FileVersion>6.6.2</FileVersion>
<SupportedOSPlatformVersion>10.0.17763.0</SupportedOSPlatformVersion>
<Version>6.6.1</Version>
<Version>6.6.2</Version>
<AnalysisLevel>latest</AnalysisLevel>
<UseWPF>True</UseWPF>
<ApplicationManifest>My Project\app.manifest</ApplicationManifest>
Expand Down
2 changes: 1 addition & 1 deletion StardewMUI 2023/功能/虚拟组/Form管理虚拟组.vb
Original file line number Diff line number Diff line change
Expand Up @@ -135,7 +135,7 @@ Public Class Form管理虚拟组
For Each item As String In 当前模组项的虚拟组列表
Dim i3 As ListViewItem = Me.ListView1.Items.Find(item, False).FirstOrDefault
If i3 Is Nothing Then GoTo jx1
If Not i3.Checked Then GoTo jx1
If Not i3.Selected Then GoTo jx1
Next

Form1.ListView2.Items.Add(Path.GetFileName(mDir2.FullName))
Expand Down

0 comments on commit 4fc6d35

Please sign in to comment.