Skip to content

Commit

Permalink
fix(package): crust.config matches executable on Windows
Browse files Browse the repository at this point in the history
  • Loading branch information
hunterlester authored and joshuef committed Dec 3, 2018
1 parent 3a04fca commit d83d34f
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions post-pack.js
Expand Up @@ -55,6 +55,8 @@ if ( platform === LINUX )
if ( platform === WINDOWS )
{
CONTAINING_FOLDER = path.resolve( targetDir, 'win-unpacked' );
const PERUSE_RESOURCES_FOLDER = path.resolve( CONTAINING_FOLDER, 'resources' );
fs.copySync( path.resolve( PERUSE_RESOURCES_FOLDER, 'SAFE Browser.crust.config' ), path.resolve( CONTAINING_FOLDER, 'SAFE Browser.crust.config' ), { overwrite: true } );

PLATFORM_NAME = 'win';
}
Expand Down

0 comments on commit d83d34f

Please sign in to comment.