Skip to content

Commit 091a184

Browse files
authored
Merge pull request #4 from Rosalie241/linux
- attempt to fix linux appveyor
2 parents 5582a43 + 64ba4f1 commit 091a184

File tree

3 files changed

+8
-8
lines changed

3 files changed

+8
-8
lines changed

.appveyor/AfterBuild.bat

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,8 +17,8 @@ for %%c in (%config::= %) do (
1717
xcopy /e /v %data_folder% .\ /Y
1818
7z a "DriverImageTool_%%c.zip" ".\*"
1919

20-
cd %project_folder%\DriverCutsceneTool\bin\%%c
20+
cd %project_folder%\Driver2CutsceneTool\bin\%%c
2121

2222
xcopy /e /v %data_folder% .\ /Y
23-
7z a "DriverCutsceneTool_%%c.zip" ".\*"
23+
7z a "Driver2CutsceneTool_%%c.zip" ".\*"
2424
)

.appveyor/AfterBuild.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,6 @@ do
1212
cd "${APPVEYOR_BUILD_FOLDER}/DriverImageTool/bin/${config^}"
1313
tar -czf "DriverImageTool_${config^}.tar.gz" *
1414

15-
cd "${APPVEYOR_BUILD_FOLDER}/DriverCutsceneTool/bin/${config^}"
16-
tar -czf "DriverCutsceneTool_${config^}.tar.gz" *
15+
cd "${APPVEYOR_BUILD_FOLDER}/Driver2CutsceneTool/bin/${config^}"
16+
tar -czf "Driver2CutsceneTool_${config^}.tar.gz" *
1717
done

appveyor.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -44,8 +44,8 @@ artifacts:
4444
- path: DriverImageTool\bin\*\*.zip
4545
name: DriverImageTool Windows Binaries
4646

47-
- path: DriverCutsceneTool\bin\*\*.zip
48-
name: DriverCutsceneTool Windows Binaries
47+
- path: Driver2CutsceneTool\bin\*\*.zip
48+
name: Driver2CutsceneTool Windows Binaries
4949

5050
#--------------
5151
- path: DriverLevelTool\bin\*\*.tar.gz
@@ -57,5 +57,5 @@ artifacts:
5757
- path: DriverImageTool\bin\*\*.tar.gz
5858
name: DriverImageTool Linux Binaries
5959

60-
- path: DriverCutsceneTool\bin\*\*.tar.gz
61-
name: DriverCutsceneTool Linux Binaries
60+
- path: Driver2CutsceneTool\bin\*\*.tar.gz
61+
name: Driver2CutsceneTool Linux Binaries

0 commit comments

Comments
 (0)