Skip to content

Commit

Permalink
fix mond init not releasing the configeditor process
Browse files Browse the repository at this point in the history
  • Loading branch information
reisir committed Dec 15, 2023
1 parent 5f2c457 commit ac49cdf
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion @Resources/MonD.inc
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,6 @@ Description=Meters on Demand, the Rainmeter package manager
SkinName=Meters on Demand
LoadType=Skin
Load=Meters on Demand\Installer.ini
Version=v1.2.4b
Version=v1.2.5
HeaderImage=#@#mond.bmp
Exclude=cache.json | mond.log | plugins.log | temp
4 changes: 2 additions & 2 deletions MetersOnDemand.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ param (

# Globals
$Self = [PSCustomObject]@{
Version = "v1.2.4b";
Version = "v1.2.5";
Directory = "#Mond";
FileName = "MetersOnDemand.ps1";
BatFileName = "mond.bat"
Expand Down Expand Up @@ -1157,7 +1157,7 @@ Meter=Image
"@ | Out-File -FilePath "$($ConfigPath)\$($SkinName).ini"

# Open the created skin in the default config editor
& "$($Cache.ConfigEditor)" "$ConfigPath"
Start-Process -FilePath "$($Cache.ConfigEditor)" -ArgumentList "$ConfigPath"

}

Expand Down

0 comments on commit ac49cdf

Please sign in to comment.