Skip to content

Commit bfe8a91

Browse files
committed
change executable name vol. 2
1 parent 08a78f0 commit bfe8a91

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

ci/pack.ps1

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ if ($isLinux) {
3636
Copy-Item ./tf.harmony.UnCSO2.* -Destination ./build/package/
3737

3838
# copy uncso2 itself to the package dir
39-
Copy-Item ./build/uc2 -Destination ./build/package/
39+
Copy-Item ./build/uncso2 -Destination ./build/package/
4040

4141
}
4242
elseif ($isWindows) {
@@ -49,7 +49,7 @@ elseif ($isWindows) {
4949
Copy-Item ./build/libuncso2/*uncso2.dll -Destination ./build/package/
5050

5151
# copy uncso2 itself to the package dir
52-
Copy-Item ./build/uc2.exe -Destination ./build/package/
52+
Copy-Item ./build/uncso2.exe -Destination ./build/package/
5353
}
5454
else {
5555
Write-Error 'An unknown OS is running this script, implement me.'
@@ -79,7 +79,7 @@ if ($isLinux) {
7979
chmod a+x linuxdeploy-plugin-qt-x86_64.AppImage
8080

8181
$env:VERSION = $versionStr;
82-
./linuxdeploy-x86_64.AppImage --appdir=./package/ --library=./package/libuncso2.so --executable=./package/uc2 --desktop-file=./package/tf.harmony.UnCSO2.desktop --icon-file=./package/tf.harmony.UnCSO2.svg --plugin qt --output appimage
82+
./linuxdeploy-x86_64.AppImage --appdir=./package/ --library=./package/libuncso2.so --executable=./package/uncso2 --desktop-file=./package/tf.harmony.UnCSO2.desktop --icon-file=./package/tf.harmony.UnCSO2.svg --plugin qt --output appimage
8383

8484
if ($isGccBuild) {
8585
Move-Item UnCSO2*.AppImage -Destination "../UnCSO2-$versionStr-linux-x86_64-gcc.AppImage"
@@ -102,14 +102,14 @@ elseif ($isWindows) {
102102

103103
#if ($curConfig -eq 'Release') {
104104
# if ($isMingwBuild) {
105-
# & $windeployBin ./uc2.exe
105+
# & $windeployBin ./uncso2.exe
106106
# }
107107
# else {
108-
& $windeployBin --release ./uc2.exe
108+
& $windeployBin --release ./uncso2.exe
109109
# }
110110
#}
111111
#else {
112-
# & $windeployBin ./uc2.exe
112+
# & $windeployBin ./uncso2.exe
113113
#}
114114

115115
Pop-Location

0 commit comments

Comments
 (0)