Skip to content

Commit

Permalink
fix variable name
Browse files Browse the repository at this point in the history
  • Loading branch information
Trinitou committed Feb 19, 2023
1 parent b488ec0 commit 9e2456c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions generate_release.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -42,8 +42,8 @@ $controlScriptFileName = "XJadeo Video Sync.control.js"
Copy-Item -Path "$sourceDir\$controlScriptFileName" -Destination "$targetTempDir\$controlScriptFileName"
$launchScriptFileName = "launch XJadeo.bat"
Copy-Item -Path "$sourceDir\$launchScriptFileName" -Destination "$targetTempDir\$launchScriptFileName"
$controlScriptFileName = "LICENSE"
Copy-Item -Path "$rootDir\$controlScriptFileName" -Destination "$targetTempDir\$controlScriptFileName"
$licenseFileName = "LICENSE"
Copy-Item -Path "$rootDir\$licenseFileName" -Destination "$targetTempDir\$licenseFileName"

$targetZipPath = "$PSScriptRoot\target\XJadeo_Video_Sync_" + ($version -replace '\.', '_') + ".zip"
$compress = @{
Expand Down

0 comments on commit 9e2456c

Please sign in to comment.