File tree 5 files changed +9
-8
lines changed
5 files changed +9
-8
lines changed Original file line number Diff line number Diff line change 1
1
MIT License
2
2
3
- Copyright (c) 2021 EGOIST <
[email protected] > (https://egoist.
sh )
3
+ Copyright (c) 2021 EGOIST <
[email protected] > (https://egoist.
dev )
4
4
5
5
Permission is hereby granted, free of charge, to any person obtaining a copy
6
6
of this software and associated documentation files (the "Software"), to deal
Original file line number Diff line number Diff line change 2
2
3
3
An installer for ** self-contained** , ** single-file** binaries, no additional CLI needed.
4
4
5
- Check out https://bina.egoist.sh
5
+ Check out https://bina.egoist.dev
6
6
7
7
## Sponsors
8
8
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 )
10
10
11
11
## License
12
12
Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ let cli = cac("bina")
6
6
7
7
const ENDOINT = process . env . BINA_DEV
8
8
? "http://localhost:3000"
9
- : "https://bina.egoist.sh "
9
+ : "https://bina.egoist.dev "
10
10
11
11
cli
12
12
. command ( "[repo]" , "Install a binary from a repository" )
Original file line number Diff line number Diff line change @@ -18,7 +18,7 @@ class MyDocument extends Document {
18
18
async
19
19
defer
20
20
data-website-id = "ce03835b-fcb3-4afd-9db2-73867fc28261"
21
- src = "https://umami.egoist.sh /umami.js"
21
+ src = "https://umami.egoist.dev /umami.js"
22
22
> </ script >
23
23
) }
24
24
</ body >
Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ import { archive_ext } from "../lib/archive_ext"
5
5
6
6
const APP_URL =
7
7
process . env . NODE_ENV === "production"
8
- ? "https://bina.egoist.sh "
8
+ ? "https://bina.egoist.dev "
9
9
: "http://localhost:3000"
10
10
11
11
const Window = ( ) => {
@@ -156,7 +156,8 @@ export default function Home() {
156
156
< code > curl -H "x-github-token:YOUR_TOKEN"</ code >
157
157
</ li >
158
158
< 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
160
161
</ li >
161
162
</ ul >
162
163
</ div >
@@ -335,7 +336,7 @@ Options:
335
336
>
336
337
< img
337
338
alt = "github sponsors"
338
- src = "https://sponsors-images.egoist.sh /sponsors.svg"
339
+ src = "https://sponsors-images.egoist.dev /sponsors.svg"
339
340
className = "mx-auto"
340
341
/>
341
342
</ a >
You can’t perform that action at this time.
0 commit comments