Skip to content

Commit

Permalink
Update Set_Development_Mode.ps1
Browse files Browse the repository at this point in the history
  • Loading branch information
svelderrainruiz committed Dec 21, 2024
1 parent 89c2cc3 commit 395af56
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/scripts/powershell/Set_Development_Mode.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ try {
.\AddTokenToLabVIEW.ps1 -MinimumSupportedLVVersion 2021 -SupportedBitness 32 -RelativePath "$RelativePath"

Write-Debug "Preparing LabVIEW source (32-bit)"
.\Prepare_LabVIEW_source.ps1 -MinimumSupportedLVVersion 2021 -SupportedBitness 32 -RelativePath "$RelativePath" -LabVIEW_Project #"lv_icon_editor" -Build_Spec "Editor Packed Library"
.\Prepare_LabVIEW_source.ps1 -MinimumSupportedLVVersion 2021 -SupportedBitness 32 -RelativePath "$RelativePath" -LabVIEW_Project "lv_icon_editor" -Build_Spec "Editor Packed Library"

Write-Debug "Closing LabVIEW (32-bit)"
.\Close_LabVIEW.ps1 -MinimumSupportedLVVersion 2021 -SupportedBitness 32
Expand Down

0 comments on commit 395af56

Please sign in to comment.