mirror of
https://github.com/jakeswenson/BitBetter.git
synced 2025-12-15 18:56:18 +00:00
build script
This commit is contained in:
@@ -10,7 +10,7 @@ namespace bitwardenSelfLicensor
|
||||
{
|
||||
class Program
|
||||
{
|
||||
static void Main(string[] args)
|
||||
static int Main(string[] args)
|
||||
{
|
||||
string cerFile;
|
||||
string corePath;
|
||||
@@ -86,6 +86,8 @@ namespace bitwardenSelfLicensor
|
||||
// }
|
||||
|
||||
module.Write("modified.dll");
|
||||
|
||||
return 0;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user