Skip to content

Commit

Permalink
Try linking to apprun
Browse files Browse the repository at this point in the history
  • Loading branch information
rianadon committed Jan 1, 2024
1 parent fe8e5ac commit dbf6ef0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/model_gen/download-openscad.ts
Original file line number Diff line number Diff line change
Expand Up @@ -134,7 +134,7 @@ async function main() {
cwd: targetDir,
}))
rmSync(destination)
linkOpenSCAD(join(targetDir, 'squashfs-root/usr/bin/openscad'))
linkOpenSCAD(join(targetDir, 'squashfs-root/AppRun'))
}
}

Expand Down

0 comments on commit dbf6ef0

Please sign in to comment.