-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
35007e2
commit 03e7a5f
Showing
10 changed files
with
143 additions
and
16 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,36 @@ | ||
SET NAME=rbq_anonymous_bot_v1.1.0_ | ||
DEL /Q bin\* | ||
SET CGO_ENABLED=0 | ||
SET GOARCH=amd64 | ||
go generate | ||
SET GOOS=windows | ||
go build -o bin\%NAME%Windows64.exe . | ||
DEL /Q *.syso | ||
SET GOOS=linux | ||
go build -o bin\%NAME%Linux64 . | ||
SET GOOS=darwin | ||
go build -o bin\%NAME%macOS64 . | ||
SET GOARCH=386 | ||
go generate | ||
SET GOOS=windows | ||
go build -o bin\%NAME%Windows32.exe . | ||
DEL /Q *.syso | ||
SET GOOS=linux | ||
go build -o bin\%NAME%Linux32 . | ||
CD bin | ||
MAKECAB /d compressiontype=lzx /d compressionmemory=21 %NAME%Windows32.exe | ||
RENAME %NAME%Windows32.ex_ %NAME%Windows32.exe.cab | ||
MAKECAB /d compressiontype=lzx /d compressionmemory=21 %NAME%Windows64.exe | ||
RENAME %NAME%Windows64.ex_ %NAME%Windows64.exe.cab | ||
DEL /Q *.exe | ||
7z a -txz -mx9 %NAME%Linux64.xz %NAME%Linux64 | ||
DEL /Q %NAME%Linux64 | ||
7z a -txz -mx9 %NAME%Linux32.xz %NAME%Linux32 | ||
DEL /Q %NAME%Linux32 | ||
7z a -tzip -mx9 %NAME%macOS64.zip %NAME%macOS64 | ||
DEL /Q %NAME%macOS64 | ||
CD .. | ||
SET NAME= | ||
SET CGO_ENABLED= | ||
SET GOARCH= | ||
SET GOOS= |
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,2 @@ | ||
[.ShellClassInfo] | ||
IconResource=rc.ico,0 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,32 @@ | ||
<?xml version="1.0" encoding="UTF-8" standalone="yes"?> | ||
<assembly xmlns="urn:schemas-microsoft-com:asm.v1" manifestVersion="1.0"> | ||
<assemblyIdentity | ||
type="win32" | ||
name="com.github.rbqgroup.rbq_anonymous_bot" | ||
version="1.0.0.0" | ||
processorArchitecture="*"/> | ||
<dependency> | ||
<dependentAssembly> | ||
<assemblyIdentity type="win32" name="Microsoft.Windows.Common-Controls" version="6.0.0.0" processorArchitecture="*" publicKeyToken="6595b64144ccf1df" language="*"/> | ||
</dependentAssembly> | ||
</dependency> | ||
<application xmlns="urn:schemas-microsoft-com:asm.v3"> | ||
<windowsSettings> | ||
<dpiAware xmlns="http://schemas.microsoft.com/SMI/2005/WindowsSettings">True</dpiAware> | ||
</windowsSettings> | ||
</application> | ||
<compatibility xmlns="urn:schemas-microsoft-com:compatibility.v1"> | ||
<application> | ||
<!-- Windows Vista , Windows Server 2008 --> | ||
<supportedOS Id="{e2011457-1546-43c5-a5fe-008deee3d3f0}"/> | ||
<!-- Windows 7 , Windows Server 2008 R2 --> | ||
<supportedOS Id="{35138b9a-5d96-4fbd-8e2d-a2440225f93a}"/> | ||
<!-- Windows 8 , Windows Server 2012 --> | ||
<supportedOS Id="{4a2f28e3-53b9-4441-ba9c-d69d4a4a6e38}"/> | ||
<!-- Windows 8.1 , Windows Server 2012 R2 --> | ||
<supportedOS Id="{1f676c76-80e1-4239-95bb-83d0f6d0da78}"/> | ||
<!-- Windows 10 , Windows 11 , Windows Server 2016 , Windows server 2019 , Windows server 2022 --> | ||
<supportedOS Id="{8e0f7a12-bfb3-4fe8-b9a5-48fd50a15a9a}"/> | ||
</application> | ||
</compatibility> | ||
</assembly> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,43 @@ | ||
{ | ||
"FixedFileInfo": { | ||
"FileVersion": { | ||
"Major": 1, | ||
"Minor": 0, | ||
"Patch": 0, | ||
"Build": 0 | ||
}, | ||
"ProductVersion": { | ||
"Major": 1, | ||
"Minor": 0, | ||
"Patch": 0, | ||
"Build": 0 | ||
}, | ||
"FileFlagsMask": "3f", | ||
"FileFlags ": "00", | ||
"FileOS": "040004", | ||
"FileType": "01", | ||
"FileSubType": "00" | ||
}, | ||
"StringFileInfo": { | ||
"Comments": "绒布球频道更新姬", | ||
"CompanyName": "神楽坂雅詩", | ||
"FileDescription": "绒布球频道更新姬", | ||
"FileVersion": "v1.1.0.0", | ||
"InternalName": "rbq_anonymous_bot", | ||
"LegalCopyright": "2022, rbqgroup.", | ||
"LegalTrademarks": "", | ||
"OriginalFilename": "main.exe", | ||
"PrivateBuild": "", | ||
"ProductName": "绒布球频道 BOT", | ||
"ProductVersion": "v1.1.0.0", | ||
"SpecialBuild": "" | ||
}, | ||
"VarFileInfo": { | ||
"Translation": { | ||
"LangID": "0804", | ||
"CharsetID": "04B0" | ||
} | ||
}, | ||
"IconPath": "rc.ico", | ||
"ManifestPath": "main.exe.manifest" | ||
} |