Skip to content

Commit fa72676

Browse files
committed
add src
1 parent 6e15034 commit fa72676

6 files changed

Lines changed: 668 additions & 40 deletions

File tree

.github/workflows/release-node.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -70,6 +70,8 @@ jobs:
7070
cat manifest.json
7171
7272
- name: Publish release in ${{ env.DIST_REPO }}
73+
env:
74+
GH_TOKEN: ${{ secrets.DECENZED_NODE_GIT_TOKEN }}
7375
run: |
7476
set -euo pipefail
7577
gh release create "$TAG" \

LICENSE

Lines changed: 661 additions & 0 deletions
Large diffs are not rendered by default.

README.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -87,3 +87,8 @@ xray JSON by hand.
8787
- Data lives next to the binary in `decenzed-data/` so the CLI and the service
8888
(which may run as a different user) share the same files.
8989
- Uninstall the service: `decenzed-node service uninstall`.
90+
91+
## License
92+
93+
This project is licensed under the GNU Affero General Public License v3.0.
94+
See the LICENSE file for the full license text.

src/cmd/decenzed-node/main.go

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,6 @@ import (
3737
"decenzed/node_app/internal/speedtest"
3838
"decenzed/node_app/internal/throttle"
3939
"decenzed/node_app/internal/traffic"
40-
"decenzed/node_app/internal/winconsole"
4140
"decenzed/node_app/internal/xraygen"
4241
"decenzed/node_app/internal/xrayrt"
4342
)
@@ -64,7 +63,6 @@ func main() {
6463
fmt.Fprintln(os.Stderr, "error:", err)
6564
code = 1
6665
}
67-
winconsole.PauseIfDoubleClicked()
6866
os.Exit(code)
6967
}
7068

src/internal/winconsole/pause_other.go

Lines changed: 0 additions & 7 deletions
This file was deleted.

src/internal/winconsole/pause_windows.go

Lines changed: 0 additions & 31 deletions
This file was deleted.

0 commit comments

Comments
 (0)