Trim lines ending with superfluous whitespace

This commit is contained in:
luzpaz
2024-12-22 12:57:15 +00:00
committed by Chris Hennes
parent 0758630103
commit 7782fd6827
28 changed files with 48 additions and 48 deletions

File diff suppressed because one or more lines are too long

View File

@@ -32,7 +32,7 @@ msvcp140.dll
vcamp140.dll
vccorlib140.dll
vcomp140.dll
```
```
3. Open the file *Settings.nsh* with a text editor (both jEdit and Visual Studio Code are good editors for NSIS files). Edit the following paths to correspond to your system: `FILES_FREECAD` corresponds to your installation directory (e.g. `CMAKE_INSTALL_PREFIX` if you self-compiled) and `FILES_DEPS` is the folder you created with the MSVC redistributable files in it.
```
!define FILES_FREECAD "C:\FreeCAD\Installer\FreeCAD"