Skip to content

Comments

Win installer: make it possible to unselect desktop Shortcut #806

Merged
corrados merged 4 commits intojamulussoftware:improve_win_cifrom
ann0see:win_installer
Jan 4, 2021
Merged

Win installer: make it possible to unselect desktop Shortcut #806
corrados merged 4 commits intojamulussoftware:improve_win_cifrom
ann0see:win_installer

Conversation

@ann0see
Copy link
Member

@ann0see ann0see commented Jan 2, 2021

This should also fix the $PWD issue


; Remove the Start Menu and desktop shortcuts
Delete "$DESKTOP\${APP_NAME}.lnk"
IfFileExists "$DESKTOP\${APP_NAME}.lnk" deletedtshortcut continueremove
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The deletedtshortcut is visually hard to parse... Perhaps just deleteshortcut. Also, I'd prefer continueremove to be skipshortcut, as it's the "else" to this "if".

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Should be done now

@corrados corrados merged commit 88ea363 into jamulussoftware:improve_win_ci Jan 4, 2021
@pljones pljones added this to the Release 3.7.0 milestone Nov 24, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

Status: Triage

Development

Successfully merging this pull request may close these issues.

3 participants