Skip to content

Commit 21c83bc

Browse files
committed
fixes typo to remove pem file during uninstall [skip ci]
1 parent 019781f commit 21c83bc

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/setup-install3-pi.nsi

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -473,7 +473,7 @@ Section Uninstall
473473
Delete "$INSTDIR\qt.conf"
474474
Delete "$INSTDIR\vc_redist.x64.exe"
475475
Delete "$INSTDIR\logging.yaml"
476-
Delete "$INSTDIR\artisan_public_key.pem dist"
476+
Delete "$INSTDIR\artisan_public_key.pem"
477477

478478
SetShellVarContext all
479479
Delete "$SMPROGRAMS\Artisan\Uninstall.lnk"

0 commit comments

Comments
 (0)