Skip to content

Commit

Permalink
update publish.bat
Browse files Browse the repository at this point in the history
  • Loading branch information
keifufu committed Jul 18, 2023
1 parent 0cc7608 commit 2408bad
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion publish.bat
Original file line number Diff line number Diff line change
Expand Up @@ -22,4 +22,4 @@ mkdir dist
xcopy /Y /I x64\Release\WebNowPlaying.dll dist\WebNowPlaying-x64.dll* > nul
xcopy /Y /I x86\Release\WebNowPlaying.dll dist\WebNowPlaying-x86.dll* > nul
ECHO Packaging...
mond package -Config WebNowPlayingReduxExample -Author "keifufu, tjhrulz" -PackageVersion %version% -OutPath %~dp0\dist\WebNowPlayingRedux_%version%.rmskin > nul
mond package -Skin WebNowPlayingRedux -Author "keifufu, tjhrulz" -PackageVersion %version% -MinimumRainmeter 4.5.0 -MinimumWindows 10.0 -OutDirectory %~dp0\dist > nul

0 comments on commit 2408bad

Please sign in to comment.