Add deploy script

This commit is contained in:
2024-08-17 15:04:52 +02:00
parent d107c111e3
commit a33726cee7
4 changed files with 3 additions and 3 deletions

1
.gitignore vendored
View File

@@ -1,2 +1,3 @@
main.exe
main.log
cclip.exe

View File

@@ -1,2 +0,0 @@
go build main
cp main.exe "/c/Program Files/Git/usr/bin/cclip.exe"

2
go.mod
View File

@@ -1,4 +1,4 @@
module main
module cclip
go 1.22.0

1
sync Normal file
View File

@@ -0,0 +1 @@
cclip.exe,"C:\Program Files\Git\usr\bin\cclip.exe"