From 2e87ae848613af4edcc55ff1d80870326a4dd314 Mon Sep 17 00:00:00 2001 From: Zamitto <167933696+zamitto@users.noreply.github.com> Date: Wed, 18 Sep 2024 06:50:20 -0300 Subject: [PATCH] fix: new line --- build/installer.nsh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build/installer.nsh b/build/installer.nsh index cdc0be30..2c9c98c9 100644 --- a/build/installer.nsh +++ b/build/installer.nsh @@ -1,4 +1,4 @@ !macro customUnInstall RMDir /r "$APPDATA\${APP_PACKAGE_NAME}" RMDir /r "$APPDATA\hydra" -!macroend \ No newline at end of file +!macroend