Skip to content

Commit

Permalink
Fix breaking include and measure cleanup changes from uhe
Browse files Browse the repository at this point in the history
  • Loading branch information
Joehuu committed Nov 2, 2024
1 parent 24f12df commit fb4222f
Showing 1 changed file with 8 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,8 @@
AccurateText=1
DynamicWindowSize=1
@Include=#SKINSPATH#/uhe/@Resources/Variables/mainvariables.inc
@Include2=#@#Variables/tokenvariables.inc
@Include2=#SKINSPATH#/uhe/@Resources/Variables/easingvariables.inc
@Include3=#@#Variables/tokenvariables.inc
ContextTitle2="Edit base scorecard"
ContextAction2=["#@#Templates/scorecard.inc"]
Group=osu | osuScore | AllSkins
Expand Down Expand Up @@ -48,6 +49,12 @@ Parameter=curl "https://osu.ppy.sh/osu/[&measureID]" --output beatmap.osu
FinishAction=[!CommandMeasure measureGetExtendedStats Run]
OutputType=UTF8

[measureDocsFolder]
Measure=Registry
RegHKey=HKEY_CURRENT_USER
RegKey=SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\User Shell Folders
RegValue=Personal

[measureGetExtendedStats]
Measure=Plugin
Plugin=RunCommand
Expand Down

0 comments on commit fb4222f

Please sign in to comment.