Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
careyjames committed Oct 13, 2023
1 parent 5460af7 commit 52a3ddd
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
3 changes: 3 additions & 0 deletions DNS-Scout-v5.8.tar.gz
Git LFS file not shown
3 changes: 0 additions & 3 deletions bin/DNS-Scout-v5.8.tar.gz

This file was deleted.

2 changes: 1 addition & 1 deletion bin/build.sh → build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,6 @@

# Step 1: Compile the Go code
echo "Compiling Go code..."
go build -v -o dns-scout ../main.go
go build -v -o ./bin/dns-scout main.go

echo "Build complete."
2 changes: 1 addition & 1 deletion bin/package.sh → package.sh
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#!/bin/bash

# Package the DNS-Scout directory into a tarball
tar --exclude='.git' --exclude='.gitignore' --exclude='.vscode' --exclude='.tmp-history' -czvf "DNS-Scout-v5.8.tar.gz" ./
tar --exclude='.git' --exclude='.gitignore' --exclude='.vscode' --exclude='.tmp-history' -czvf "DNS-Scout-v5.8.tar.gz" ./bin/

0 comments on commit 52a3ddd

Please sign in to comment.