diff --git a/localdeploy.cmd b/localdeploy.cmd index 3f123082..20335d8a 100644 --- a/localdeploy.cmd +++ b/localdeploy.cmd @@ -16,7 +16,7 @@ @echo Please provide the path to the folder that contains the application launcher executable, that needs local deployment @echo of Mesa. It is recommended to copy-paste it from Windows Explorer using CTRL+V. The right click paste introduced in @echo Windows 10 may lead to unexpected double paste. Also don't worry if path contains spaces, it is enclosed in quotes -automatically so you don't need to add them. +@echo automatically so you don't need to add them manually. @echo. @set /p dir=Path to folder holding application executable: @echo. diff --git a/mesa3d.iss b/mesa3d.iss index 4ac15b2e..66a60fc0 100644 --- a/mesa3d.iss +++ b/mesa3d.iss @@ -2,7 +2,7 @@ ; SEE THE DOCUMENTATION FOR DETAILS ON CREATING INNO SETUP SCRIPT FILES! #define MyAppName "Mesa3D software rendering drivers for Windows" -#define MyAppVersion "17.0.2.391-1" +#define MyAppVersion "17.0.2.391-2" #define MyAppPublisher "Pal100x" #define MyAppURL "https://github.com/pal1000/mesa-dist-win" #define MyAppExeName "mesa-{#MyAppVersion}-setup.exe"