-
-
Save parzibyte/b652f917b64e9688ddcd0f2715390c23 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
!define PRODUCT_NAME "Sistema gratuito para restaurantes By Parzibyte" | |
!define URL_PROGRAMA "http://localhost:5000/public/#/usuarios/login" | |
; mío | |
!define NOMBRE_EJECUTABLE_PROGRAMA "Sistema gratuito para restaurantes by parzibyte.exe" | |
!define NOMBRE_EJECUTABLE_DETENER "detener.exe" | |
!define PRODUCT_VERSION "1.0" | |
!define PRODUCT_PUBLISHER "Parzibyte" | |
!define PRODUCT_WEB_SITE "https://parzibyte.me/blog" | |
!define PRODUCT_DIR_REGKEY "Software\Microsoft\Windows\CurrentVersion\App Paths\${NOMBRE_EJECUTABLE_PROGRAMA}" | |
!define PRODUCT_UNINST_KEY "Software\Microsoft\Windows\CurrentVersion\Uninstall\${PRODUCT_NAME}" | |
!define PRODUCT_UNINST_ROOT_KEY "HKLM" |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment