Rename router_backup to main.go

This commit is contained in:
2025-07-06 10:42:32 +00:00
parent 53087a0816
commit 3a8fdb5378
3 changed files with 3 additions and 3 deletions

2
debian/rules vendored
View File

@ -4,7 +4,7 @@
dh $@
override_dh_auto_build:
cd src && go build -o ../ipng-router-backup router_backup.go
cd src && go build -o ../ipng-router-backup main.go
override_dh_auto_install:
mkdir -p debian/ipng-router-backup/usr/bin