Skip to content

Commit

Permalink
Merge pull request #139 from MikroElektronika/fix/core-build-tool
Browse files Browse the repository at this point in the history
Updated install necto script to create instance_uuid.txt
  • Loading branch information
StrahinjaJacimovic authored Oct 28, 2024
2 parents c70ec54 + 7f23b06 commit 91676d1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/install_necto.py
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ def main():
run_command("7za x NECTOInstaller.zip")

print("Step 3: Install NECTO")
run_command("./NECTOInstaller installer --install-packages necto_installer necto_application database /home/runner/MikroElektronika /home/runner/.MIKROE/NECTOStudio7")
run_command("./NECTOInstaller installer --install-packages necto_installer necto_application database mikroe_utils_common preinit unit_test_lib mikrosdk /home/runner/MikroElektronika /home/runner/.MIKROE/NECTOStudio7 > /dev/null 2>&1")

print("Step 4: Move installer to MIKROE if it's generated in root")
if os.path.isfile("/home/runner/MikroElektronika/installer_tmp"):
Expand Down

0 comments on commit 91676d1

Please sign in to comment.