Skip to content

Commit

Permalink
fix stuck
Browse files Browse the repository at this point in the history
Signed-off-by: huangziyi <[email protected]>
  • Loading branch information
MrThanlon committed Dec 10, 2024
1 parent 192f677 commit c40121e
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
8 changes: 8 additions & 0 deletions package.ps1
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
rm -rf install
cmake --install . --prefix install
cmake --install . --prefix install --component Dependencies
cd install
Copy-Item -Path C:\Qt\6.5.2\msvc2019_64\translations -Destination .\share\qtcreator\ -Recurse -Force
archivegen ../canmv-ide-windows-4.0.7-installer-archive.7z bin lib share
cd ../
python -u ../qt-creator/scripts/packageIfw.py -i C:\Qt\QtIFW-4.6.1 -v 4.0.7 -a canmv-ide-windows-4.0.7-installer-archive.7z canmv-ide-4.0.7
2 changes: 1 addition & 1 deletion qt-creator
Submodule qt-creator updated 162 files

0 comments on commit c40121e

Please sign in to comment.