Special Thanks to Turiiya

This commit is contained in:
Hassan DRAGA 2023-09-11 16:56:55 -04:00
parent 6d65890789
commit 4fdda5a681
7 changed files with 54 additions and 0 deletions

View File

@ -1,3 +1,11 @@
# http://webui.me
# https://github.com/webui-dev/webui
# Copyright (c) 2020-2023 Hassan Draga.
# Licensed under MIT License.
# All rights reserved.
#
# Special Thanks to Turiiya (https://github.com/ttytm)
name: CI
on:
push:

View File

@ -1,3 +1,11 @@
# http://webui.me
# https://github.com/webui-dev/webui
# Copyright (c) 2020-2023 Hassan Draga.
# Licensed under MIT License.
# All rights reserved.
#
# Special Thanks to Turiiya (https://github.com/ttytm)
name: Linux
on:
workflow_call:

View File

@ -1,3 +1,11 @@
# http://webui.me
# https://github.com/webui-dev/webui
# Copyright (c) 2020-2023 Hassan Draga.
# Licensed under MIT License.
# All rights reserved.
#
# Special Thanks to Turiiya (https://github.com/ttytm)
name: macOS
on:
workflow_call:

View File

@ -1,3 +1,11 @@
# http://webui.me
# https://github.com/webui-dev/webui
# Copyright (c) 2020-2023 Hassan Draga.
# Licensed under MIT License.
# All rights reserved.
#
# Special Thanks to Turiiya (https://github.com/ttytm)
name: Windows
on:
workflow_call:

View File

@ -1,3 +1,11 @@
# http://webui.me
# https://github.com/webui-dev/webui
# Copyright (c) 2020-2023 Hassan Draga.
# Licensed under MIT License.
# All rights reserved.
#
# Special Thanks to Turiiya (https://github.com/ttytm)
$current_location = Get-Location
$project_root = git rev-parse --show-toplevel
Set-Location $project_root/bridge

View File

@ -1,5 +1,13 @@
#!/bin/bash
# http://webui.me
# https://github.com/webui-dev/webui
# Copyright (c) 2020-2023 Hassan Draga.
# Licensed under MIT License.
# All rights reserved.
#
# Special Thanks to Turiiya (https://github.com/ttytm)
project_root=$(git rev-parse --show-toplevel)
cd $project_root/bridge

View File

@ -1,3 +1,9 @@
# http://webui.me
# https://github.com/webui-dev/webui
# Copyright (c) 2020-2023 Hassan Draga.
# Licensed under MIT License.
# All rights reserved.
#
# WebUI JavaScript to C99 Header
def js_to_c_header(input_filename, output_filename):