Commit 9e2456c 1 parent b488ec0 commit 9e2456c Copy full SHA for 9e2456c
File tree 1 file changed +2
-2
lines changed
1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -42,8 +42,8 @@ $controlScriptFileName = "XJadeo Video Sync.control.js"
42
42
Copy-Item - Path " $sourceDir \$controlScriptFileName " - Destination " $targetTempDir \$controlScriptFileName "
43
43
$launchScriptFileName = " launch XJadeo.bat"
44
44
Copy-Item - Path " $sourceDir \$launchScriptFileName " - Destination " $targetTempDir \$launchScriptFileName "
45
- $controlScriptFileName = " LICENSE"
46
- Copy-Item - Path " $rootDir \$controlScriptFileName " - Destination " $targetTempDir \$controlScriptFileName "
45
+ $licenseFileName = " LICENSE"
46
+ Copy-Item - Path " $rootDir \$licenseFileName " - Destination " $targetTempDir \$licenseFileName "
47
47
48
48
$targetZipPath = " $PSScriptRoot \target\XJadeo_Video_Sync_" + ($version -replace ' \.' , ' _' ) + " .zip"
49
49
$compress = @ {
You can’t perform that action at this time.
0 commit comments