mirror of
https://github.com/Alee14/shiftos-website.git
synced 2025-01-22 20:02:14 +00:00
Hopefully fixed the issue?
This commit is contained in:
parent
ef063e81bc
commit
ece3aa48f3
4 changed files with 2747 additions and 3 deletions
|
@ -4,4 +4,4 @@ Where you see information about ShiftOS.
|
||||||
Make sure to clone the repository using `git clone` so it could fetch all the files.
|
Make sure to clone the repository using `git clone` so it could fetch all the files.
|
||||||
|
|
||||||
# Submitting a ShiftOS binary
|
# Submitting a ShiftOS binary
|
||||||
If you have a ShiftOS binary, zip it (if it has dependencies) then put it on `assets/downloads/(version here)`. Then submit a pull request.
|
If you have a ShiftOS binary, zip it (if it has dependencies) then put it on `public/assets/downloads/(version here)`. Then submit a pull request.
|
||||||
|
|
BIN
bun.lockb
BIN
bun.lockb
Binary file not shown.
|
@ -1,7 +1,7 @@
|
||||||
{
|
{
|
||||||
"name": "astro-latest",
|
"name": "shiftos-website",
|
||||||
"type": "module",
|
"type": "module",
|
||||||
"version": "0.0.1",
|
"version": "1.0.0",
|
||||||
"scripts": {
|
"scripts": {
|
||||||
"dev": "astro dev",
|
"dev": "astro dev",
|
||||||
"build": "astro build",
|
"build": "astro build",
|
||||||
|
|
Loading…
Reference in a new issue