Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
ThatsTheEnd authored Dec 17, 2024
1 parent 968f30b commit b4f13a4
Showing 1 changed file with 6 additions and 3 deletions.
9 changes: 6 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -52,9 +52,12 @@ This automated build process will follow these steps:
build the icon editor packed project library

1. Open powershell in *Admin* mode and navigate to *.pipeline\scripts* from your github repo.
2. Modify the following command to point to your github repo and run it: *.\build.ps1 -RelativePath "C:\labview-icon-editor"*
3. A VI package named *ni_icon_editor-x.x.x.x* will be built on *builds\VI Package*.
4. You can now install this VI package on any LabVIEW version after 2020.
2. Modify the following command to point to your github repo and run it:
```bach
.\build.ps1 -RelativePath "C:\labview-icon-editor"*
```
4. A VI package named *ni_icon_editor-x.x.x.x* will be built on *builds\VI Package*.
5. You can now install this VI package on any LabVIEW version after 2020.

*NOTE: The VI package makes no backup of your current lv_icon.lvlibp because the VI Package itself contains a zip file with all combinations of lv_icon.lvlibp for all LabVIEW versions and bitnesses, which gets deployed to your LabVIEW application files on uninstall. This ensures that a user doesnt get locked out of his icon editor and having to copy it from another LabVIEW installation if somehow he deletes the backup he did manually.*

Expand Down

0 comments on commit b4f13a4

Please sign in to comment.