Skip to content

Commit

Permalink
sitegen: Update required files
Browse files Browse the repository at this point in the history
Fixes #171
  • Loading branch information
dfabulich committed Jan 22, 2025
1 parent a085e5b commit 65ec881
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/iplayif.com/app/src/sitegen.ts
Original file line number Diff line number Diff line change
Expand Up @@ -22,10 +22,10 @@ import {get_metadata} from './metadata.js'

const format_terp_files: Record<string, string[]> = {
adrift4: ['scare-core.wasm', 'scare.js'],
glulx: ['quixe.js'],
glulx: ['glulxe.wasm', 'glulxe.js'],
hugo: ['hugo-core.wasm', 'hugo.js'],
tads: ['tads-core.wasm', 'tads.js'],
zcode: ['zvm.js'],
zcode: ['bocfel.wasm', 'bocfel.js'],
}

export default class SiteGenerator {
Expand Down Expand Up @@ -77,7 +77,7 @@ export default class SiteGenerator {
const paths = [
'../../index.html',
'jquery.min.js',
'main.js',
'web.js',
'waiting.gif',
'web.css',
'../fonts/iosevka/iosevka-extended.woff2',
Expand Down

0 comments on commit 65ec881

Please sign in to comment.