Skip to content

Commit

Permalink
Merge branch 'copy:master' into master
Browse files Browse the repository at this point in the history
  • Loading branch information
Percslol authored Aug 5, 2024
2 parents 50bc772 + 3a22ad5 commit 9bc4e2a
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,12 @@ jobs:
- name: Checkout repository
uses: actions/checkout@v4

- name: Setup Node.js version
uses: actions/setup-node@v4
with:
node-version: '20'
check-latest: true

- name: Setup toolchain
run: |
rustup toolchain install stable --profile minimal
Expand Down
10 changes: 10 additions & 0 deletions src/browser/main.js
Original file line number Diff line number Diff line change
Expand Up @@ -1123,6 +1123,16 @@
},
homepage: "https://amanuel.io/projects/BoneOS/",
},
{
id: "mikeos",
name: "MikeOS",
cdrom: {
url: host + "mikeos.iso",
size: 11429888,
async: false,
},
homepage: "https://mikeos.sourceforge.net/",
},
];

if(DEBUG)
Expand Down

0 comments on commit 9bc4e2a

Please sign in to comment.