Skip to content

Commit 3a6b538

Browse files
committed
chore: update url
1 parent 30ada31 commit 3a6b538

File tree

5 files changed

+9
-8
lines changed

5 files changed

+9
-8
lines changed

License

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
MIT License
22

3-
Copyright (c) 2021 EGOIST <[email protected]> (https://egoist.sh)
3+
Copyright (c) 2021 EGOIST <[email protected]> (https://egoist.dev)
44

55
Permission is hereby granted, free of charge, to any person obtaining a copy
66
of this software and associated documentation files (the "Software"), to deal

README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -2,11 +2,11 @@
22

33
An installer for **self-contained**, **single-file** binaries, no additional CLI needed.
44

5-
Check out https://bina.egoist.sh
5+
Check out https://bina.egoist.dev
66

77
## Sponsors
88

9-
[![sponsors](https://sponsors-images.egoist.sh/sponsors.svg)](https://github.com/sponsors/egoist)
9+
[![sponsors](https://sponsors-images.egoist.dev/sponsors.svg)](https://github.com/sponsors/egoist)
1010

1111
## License
1212

npm/src/cli.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ let cli = cac("bina")
66

77
const ENDOINT = process.env.BINA_DEV
88
? "http://localhost:3000"
9-
: "https://bina.egoist.sh"
9+
: "https://bina.egoist.dev"
1010

1111
cli
1212
.command("[repo]", "Install a binary from a repository")

pages/_document.tsx

+1-1
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ class MyDocument extends Document {
1818
async
1919
defer
2020
data-website-id="ce03835b-fcb3-4afd-9db2-73867fc28261"
21-
src="https://umami.egoist.sh/umami.js"
21+
src="https://umami.egoist.dev/umami.js"
2222
></script>
2323
)}
2424
</body>

pages/index.tsx

+4-3
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ import { archive_ext } from "../lib/archive_ext"
55

66
const APP_URL =
77
process.env.NODE_ENV === "production"
8-
? "https://bina.egoist.sh"
8+
? "https://bina.egoist.dev"
99
: "http://localhost:3000"
1010

1111
const Window = () => {
@@ -156,7 +156,8 @@ export default function Home() {
156156
<code>curl -H "x-github-token:YOUR_TOKEN"</code>
157157
</li>
158158
<li>
159-
<code>file</code>: The name of the binary file in the asset, by default it's the same as repo name
159+
<code>file</code>: The name of the binary file in the asset,
160+
by default it's the same as repo name
160161
</li>
161162
</ul>
162163
</div>
@@ -335,7 +336,7 @@ Options:
335336
>
336337
<img
337338
alt="github sponsors"
338-
src="https://sponsors-images.egoist.sh/sponsors.svg"
339+
src="https://sponsors-images.egoist.dev/sponsors.svg"
339340
className="mx-auto"
340341
/>
341342
</a>

0 commit comments

Comments
 (0)