mirror of
https://github.com/webui-dev/webui
synced 2025-03-28 21:13:17 +00:00
Special Thanks to Turiiya
This commit is contained in:
parent
6d65890789
commit
4fdda5a681
8
.github/workflows/ci.yml
vendored
8
.github/workflows/ci.yml
vendored
@ -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:
|
||||
|
8
.github/workflows/linux.yml
vendored
8
.github/workflows/linux.yml
vendored
@ -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:
|
||||
|
8
.github/workflows/macos.yml
vendored
8
.github/workflows/macos.yml
vendored
@ -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:
|
||||
|
8
.github/workflows/windows.yml
vendored
8
.github/workflows/windows.yml
vendored
@ -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:
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
||||
|
@ -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):
|
||||
|
Loading…
x
Reference in New Issue
Block a user