Skip to content

Commit

Permalink
Revert "Rename install binary"
Browse files Browse the repository at this point in the history
This reverts commit dabdd6f.
  • Loading branch information
au2001 committed May 11, 2024
1 parent af8247b commit a4ba630
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ For some operating systems, additional steps are required for the extension to w
1. Install [iCloud for Windows](https://support.apple.com/kb/DL1455).
2. Enable the `Passwords` option.
3. Click on `Install Extension...` for either Microsoft Edge or Google Chrome.
4. Download the `keychain_passwords_for_macos_install` file from the [latest GitHub Release](https://github.com/au2001/icloud-passwords-firefox/releases/latest).
4. Download the `icloud_passwords_install` file from the [latest GitHub Release](https://github.com/au2001/icloud-passwords-firefox/releases/latest).
5. Run the downloaded executable **as administrator**.
6. Restart Firefox, and you should be good to go!

Expand Down
2 changes: 1 addition & 1 deletion scripts/install/build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ build() {
suffix="$suffix.exe"
fi

GOOS="$os" GOARCH="$arch" go build -o "./dist/keychain_passwords_for_macos_install$suffix"
GOOS="$os" GOARCH="$arch" go build -o "./dist/icloud_passwords_install$suffix"
}

rm -rf ./dist
Expand Down
2 changes: 1 addition & 1 deletion scripts/install/go.mod
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
module keychain_passwords_for_macos_install
module icloud_passwords_install

go 1.21.6

Expand Down

0 comments on commit a4ba630

Please sign in to comment.