Skip to content

Commit

Permalink
Minor change
Browse files Browse the repository at this point in the history
  • Loading branch information
wcjohns committed Nov 7, 2024
1 parent 1f6a803 commit 269319f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion target/electron/build_linux_app_from_docker.sh
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ trap 'handle_error $LINENO' ERR
# git clone --recursive [email protected]:sandialabs/InterSpec.git ./InterSpec_code
# mkdir build_electron
# mkdir build_working_dir
# docker run --rm -it -v `pwd`/InterSpec_code:/interspec -v `pwd`/build_electron/:/build_app -v `pwd`/build_working_dir:/build_working_dir quay.io/pypa/manylinux_2_28_x86_64:latest /interspec/target/electron/Docker/build_linux_app_from_docker.sh /interspec /build_app /build_working_dir
# docker run --rm -it -v `pwd`/InterSpec_code:/interspec -v `pwd`/build_electron/:/build_app -v `pwd`/build_working_dir:/build_working_dir quay.io/pypa/manylinux_2_28_x86_64:latest /interspec/target/electron/build_linux_app_from_docker.sh /interspec /build_app /build_working_dir
# #Then results will then be in build_working_dir/InterSpec-linux-x64

if [ $# -ne 3 ]; then
Expand Down

0 comments on commit 269319f

Please sign in to comment.