X86_64 arch detected

hello, when I do ./launcher rebuild app, I get the following error. Please help me

Aborting
failed to update
Launcher updated, restarting...
x86_64 arch detected.
Ensuring launcher is up to date
Fetching origin
Updating Launcher...
Updating a87474c..241a42c
error: Your local changes to the following files would be overwritten by merge:
        launcher
Please commit your changes or stash them before you merge.

You changed some file. You can do s

 git stash

To stash them so they can be overwritten.

Or

git status

To get a list of the changes, and then

  git checkout FILENAME

To restore the files changed.

1 Like

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.