Skip to content
This repository was archived by the owner on Jul 20, 2023. It is now read-only.

Commit c0994f0

Browse files
committed
Fix bundleSamples.bat (archive creation)
Fix typo in .pro to copy grafMarker.yml
1 parent acdf834 commit c0994f0

2 files changed

Lines changed: 7 additions & 7 deletions

File tree

SolARPipeline_NaturalImageMarker/tests/SolARPipelineTest_NaturalImageMarker/SolARPipelineTest_NaturalImageMarker.pro

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ win32 {
6464
config_files.path = $${TARGETDEPLOYDIR}
6565
config_files.files=$$files($${PWD}/SolARPipelineTest_NaturalImageMarker_conf.xml)\
6666
$$files($${PWD}/camera_calibration.json)\
67-
$$files($${PWD}/NaturalImageMarker.yml)\
67+
$$files($${PWD}/grafMarker.yml)\
6868
$$files($${PWD}/graf1.png)
6969
INSTALLS += config_files
7070

bundleSamples.bat

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -34,10 +34,10 @@ FOR /D /R %%d IN (SolARPipeline*) DO (
3434

3535

3636
echo "**** Zip bundles"
37-
("7z.exe" a -tzip deploy\%filename%_debug.zip README.md && ^
38-
"7z.exe" a -tzip deploy\%filename%_release.zip README.md && ^
39-
"7z.exe" a -tzip deploy\%filename%_debug.zip LICENSE && ^
40-
"7z.exe" a -tzip deploy\%filename%_release.zip LICENSE && ^
41-
"7z.exe" a -tzip deploy\%filename%_debug.zip deploy\bin\x86_64\shared\debug && ^
42-
"7z.exe" a -tzip deploy\%filename%_release.zip deploy\bin\x86_64\shared\release) || (echo "Error: could not create bundle archive" && EXIT /B 1)
37+
("7z.exe" a -tzip deploy\%filename%_debug.zip README.md ^
38+
&& "7z.exe" a -tzip deploy\%filename%_release.zip README.md ^
39+
&& "7z.exe" a -tzip deploy\%filename%_debug.zip LICENSE ^
40+
&& "7z.exe" a -tzip deploy\%filename%_release.zip LICENSE ^
41+
&& "7z.exe" a -tzip deploy\%filename%_debug.zip deploy\bin\x86_64\shared\debug ^
42+
&& "7z.exe" a -tzip deploy\%filename%_release.zip deploy\bin\x86_64\shared\release) || (echo "Error: could not create bundle archive" && EXIT /B 1)
4343

0 commit comments

Comments
 (0)