felixrieseberg / windows95

💩🚀 Windows 95 in Electron. Runs on macOS, Linux, and Windows.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Can somebody explain how to install programs properly?

gitgitgt opened this issue · comments

Hello. On Windows 10, I have used OSFmount and mounted that 1gb image as instructed. Now what? When I open that mounted drive it's just a bunch of files. How do I run Windows 95 from it? Any detailed instructions would be appreciated. Thanks.

name: Node.js Package

on:
release:
types: [created]

jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
with:
node-version: 12
- run: npm ci
- run: npm test

publish-gpr:
needs: build
runs-on: ubuntu-latest
permissions:
packages: write
contents: read
steps:
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
with:
node-version: 12
registry-url: https://npm.pkg.github.com/
- run: npm ci
- run: npm publish
env:
NODE_AUTH_TOKEN: ${{secrets.GITHUB_TOKEN}}

lol