Skip to content

Commit

Permalink
build scripts
Browse files Browse the repository at this point in the history
  • Loading branch information
josevcampos committed Jan 16, 2022
1 parent 9bce306 commit 095a0ec
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 4 deletions.
4 changes: 2 additions & 2 deletions build-installer.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,8 @@ Copy-Item -Force dll/usb-1.0.20/x86_64-w64-mingw32/bin/*.dll $BuildPath/packages
Copy-Item -Force cmake-build-release/src/nfc-app/app-qt/nfc-lab.exe $BuildPath/packages/nfc-lab/data/

# Create QT deployment from executable
# windeployqt.exe --debug --force --compiler-runtime --no-translations --no-system-d3d-compiler --no-angle --no-opengl-sw $BuildPath/packages/nfc-lab/data/nfc-lab.exe
windeployqt.exe --release --force --compiler-runtime --no-translations --no-system-d3d-compiler --no-angle --no-opengl-sw $BuildPath/packages/nfc-lab/data/nfc-lab.exe
windeployqt.exe --debug --force --compiler-runtime --no-translations --no-system-d3d-compiler --no-angle --no-opengl-sw $BuildPath/packages/nfc-lab/data/nfc-lab.exe
# windeployqt.exe --release --force --compiler-runtime --no-translations --no-system-d3d-compiler --no-angle --no-opengl-sw $BuildPath/packages/nfc-lab/data/nfc-lab.exe

# Create QT installer
binarycreator.exe -c $BuildPath/config/config.xml -p $BuildPath/packages $BuildPath/nfc-lab-2.6.6-x86_64.exe
3 changes: 2 additions & 1 deletion build-runenv.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@ if (Test-Path "$BuildReleasePath/nfc-lab.exe") {
# Copy application external libraries
Copy-Item -Force dll/usb-1.0.20/x86_64-w64-mingw32/bin/*.dll $BuildReleasePath

windeployqt.exe --release --compiler-runtime --no-translations --no-system-d3d-compiler --no-angle --no-opengl-sw $BuildReleasePath/nfc-lab.exe
windeployqt.exe --debug --compiler-runtime --no-translations --no-system-d3d-compiler --no-angle --no-opengl-sw $BuildReleasePath/nfc-lab.exe
# windeployqt.exe --release --compiler-runtime --no-translations --no-system-d3d-compiler --no-angle --no-opengl-sw $BuildReleasePath/nfc-lab.exe
}

2 changes: 1 addition & 1 deletion dat/conf/nfc-lab.conf
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
device=airspy

[window]
followEnabled=true
followEnabled=false
filterEnabled=false
defaultWidth=1280
defaultHeight=760
Expand Down

0 comments on commit 095a0ec

Please sign in to comment.