Skip to content
This repository has been archived by the owner on Aug 5, 2024. It is now read-only.

Commit

Permalink
Workflow fix 1
Browse files Browse the repository at this point in the history
  • Loading branch information
OrigamingWasTaken committed Feb 23, 2024
1 parent 5dab8bf commit e00843b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/build/ts/linux-bundle.ts
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ export async function linuxBuild() {
fs.copyFileSync(path.resolve('./neutralino.config.json'), path.resolve(zipDir, 'neutralino.config.json'));

// Libraries
copyFolderSync(Libraries, zipDir);
// copyFolderSync(Libraries, zipDir); Temporary disabled until someone tries to build on linux

// Executables
fs.copyFileSync(executable, path.resolve(zipDir, 'neu_main'));
Expand Down

0 comments on commit e00843b

Please sign in to comment.