Skip to content
This repository has been archived by the owner on Aug 28, 2024. It is now read-only.
/ ebay_authy Public archive

A simple tool for getting an OAuth token.

Notifications You must be signed in to change notification settings

Tesyl-sro/ebay_authy

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Ebay Authenticator

Build commands:

Current platform (no cross-compilation):

dotnet publish -c Release ebay_authy.csproj --self-contained

For Windows x64:

dotnet publish -c Release ebay_authy.csproj --self-contained -r win-x64

For Linux x64:

dotnet publish -c Release ebay_authy.csproj --self-contained -r linux-x64

Self-contained executables are in ./bin/Release/net8.0/[PLATFORM]/publish/.