Initial Befator Inc import

This commit is contained in:
Befator 2025-10-12 01:11:11 +02:00
parent d83aab4d32
commit 3def1d0618
2 changed files with 1 additions and 32 deletions

View File

@ -1,31 +0,0 @@
name: build
on: [push, pull_request]
jobs:
build:
runs-on: windows-latest
steps:
- name: Checkout code
uses: actions/checkout@v4
- name: setup-msys2
uses: msys2/setup-msys2@v2
with:
msystem: MSYS
update: true
install: msys2-devel base-devel mingw-w64-cross-gcc
- name: Build
shell: msys2 {0}
run: |
make PREFIX=/opt/bin/x86_64-w64-mingw32-
- name: Upload
uses: actions/upload-artifact@v4
with:
name: package
path: |
*.exe
*.ini

View File

@ -8,7 +8,7 @@ BEGIN
BEGIN
BLOCK "040904E4"
BEGIN
VALUE "ProductName", "MSYS2"
VALUE "ProductName", "Befator Inc. MSYS2"
VALUE "FileDescription", "MSYS2 " STRINGIFY_A(MSYSTEM) " shell launcher"
VALUE "FileVersion", STRINGIFY_A(VER_MAJOR) "." STRINGIFY_A(VER_MINOR)
END