Skip to content

Commit

Permalink
List squashfs contents
Browse files Browse the repository at this point in the history
  • Loading branch information
rianadon committed Jan 1, 2024
1 parent 04a1556 commit 5bfdfec
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/model_gen/download-openscad.ts
Original file line number Diff line number Diff line change
Expand Up @@ -130,9 +130,10 @@ async function main() {
// Some CI systems (like Vercel) don't have FUSE, so extract the appimage.
console.log('Extracting AppImage...')
console.log(execFileSync(destination, ['--appimage-extract'], {
encoding: 'utf-8',
cwd: targetDir,
}))
console.log(readdirSync(targetDir))
console.log(readdirSync(join(targetDir, 'squashfs-root')))
}
}

Expand Down

0 comments on commit 5bfdfec

Please sign in to comment.