Use new CI system (#732)
* - Init new CI/CD system * - Update resources * - Update android assets * - Update iOS assets * - Use stable version * - Fix apple bundle id * - Use libs-path * - Try modify iOS love source codes * - Update patch * - Try add ColdClear to macOS * - Try add Cold Clear to Linux * - Fix download ColdClear * - Change inputs order * - Try new get-CC * - Fix iOS
This commit is contained in:
1
.github/build/windows/dev/.gitattributes
vendored
Normal file
1
.github/build/windows/dev/.gitattributes
vendored
Normal file
@@ -0,0 +1 @@
|
||||
*.rc text eol=crlf
|
||||
BIN
.github/build/windows/dev/icon.ico
vendored
Normal file
BIN
.github/build/windows/dev/icon.ico
vendored
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 11 KiB |
23
.github/build/windows/dev/template.rc
vendored
Normal file
23
.github/build/windows/dev/template.rc
vendored
Normal file
@@ -0,0 +1,23 @@
|
||||
1 VERSIONINFO
|
||||
FILEVERSION @FileVersion
|
||||
PRODUCTVERSION @FileVersion
|
||||
FILEOS 0x40004
|
||||
FILETYPE 0x1
|
||||
{
|
||||
BLOCK "StringFileInfo"
|
||||
{
|
||||
BLOCK "040904B0"
|
||||
{
|
||||
VALUE "FileDescription", "Techmino Development"
|
||||
VALUE "CompanyName", "26F Studio"
|
||||
VALUE "LegalCopyright", "Copyright @ 26F Studio"
|
||||
VALUE "ProductName", "Techmino"
|
||||
VALUE "ProductVersion", "@Version"
|
||||
}
|
||||
}
|
||||
|
||||
BLOCK "VarFileInfo"
|
||||
{
|
||||
VALUE "Translation", 0x0409 0x04E4
|
||||
}
|
||||
}
|
||||
1
.github/build/windows/release/.gitattributes
vendored
Normal file
1
.github/build/windows/release/.gitattributes
vendored
Normal file
@@ -0,0 +1 @@
|
||||
*.rc text eol=crlf
|
||||
BIN
.github/build/windows/release/icon.ico
vendored
Normal file
BIN
.github/build/windows/release/icon.ico
vendored
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 25 KiB |
23
.github/build/windows/release/template.rc
vendored
Normal file
23
.github/build/windows/release/template.rc
vendored
Normal file
@@ -0,0 +1,23 @@
|
||||
1 VERSIONINFO
|
||||
FILEVERSION @FileVersion
|
||||
PRODUCTVERSION @FileVersion
|
||||
FILEOS 0x40004
|
||||
FILETYPE 0x1
|
||||
{
|
||||
BLOCK "StringFileInfo"
|
||||
{
|
||||
BLOCK "040904B0"
|
||||
{
|
||||
VALUE "FileDescription", "Techmino"
|
||||
VALUE "CompanyName", "26F Studio"
|
||||
VALUE "LegalCopyright", "Copyright @ 26F Studio"
|
||||
VALUE "ProductName", "Techmino"
|
||||
VALUE "ProductVersion", "@Version"
|
||||
}
|
||||
}
|
||||
|
||||
BLOCK "VarFileInfo"
|
||||
{
|
||||
VALUE "Translation", 0x0409 0x04E4
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user