Skip to content

Commit 756d2a3

Browse files
committed
force the binary reinstall
1 parent 94fedea commit 756d2a3

File tree

2 files changed

+8
-2
lines changed

2 files changed

+8
-2
lines changed

CHANGELOG.md

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,13 @@
22

33
All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.
44

5-
## [Unreleased](https://github.com/dotenvx/python-dotenvx/compare/v0.2.5...main)
5+
## [Unreleased](https://github.com/dotenvx/python-dotenvx/compare/v0.2.6...main)
6+
7+
## [0.2.6](https://github.com/dotenvx/dotenvx/compare/v0.2.5...v0.2.6)
8+
9+
### Changed
10+
11+
* Add force to the binary install
612

713
## [0.2.5](https://github.com/dotenvx/dotenvx/compare/v0.2.4...v0.2.5)
814

src/dotenvx/main.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ def postinstall():
6161
bin_dir = os.path.join(os.path.dirname(__file__), "bin")
6262
os.makedirs(bin_dir, exist_ok=True)
6363

64-
url = f"https://dotenvx.sh?directory={bin_dir}"
64+
url = f"https://dotenvx.sh?directory={bin_dir}&force=true"
6565
if args.os:
6666
url += f"&os={args.os}"
6767
if args.arch:

0 commit comments

Comments
 (0)