Hopefully fixed the issue?

This commit is contained in:
Andrew Lee 2024-12-31 22:15:14 -05:00
parent ef063e81bc
commit ece3aa48f3
Signed by: andrew
SSH key fingerprint: SHA256:bbGg1DYG5CuKl2jo1DqzvUsaTeyvhM3tjCsej5lYMg4
4 changed files with 2747 additions and 3 deletions

View file

@ -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

Binary file not shown.

View file

@ -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",

2744
yarn.lock Normal file

File diff suppressed because it is too large Load diff