diff --git a/dist/ae-send_windows_amd64.exe b/dist/ae-send_windows_amd64.exe index bba054a..04710dd 100755 Binary files a/dist/ae-send_windows_amd64.exe and b/dist/ae-send_windows_amd64.exe differ diff --git a/main.go b/main.go index da4f7b6..ba843c8 100644 --- a/main.go +++ b/main.go @@ -82,7 +82,9 @@ func uploadFile(filename string) (string, error) { return "", fmt.Errorf("failed to read response: %w", err) } - return string(urlBytes), nil + url := string(urlBytes) + log.Printf("Received URL: %s", url) + return url, nil } func installContextMenuItem() {