mirror of https://github.com/mifi/lossless-cut
You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
12 lines
411 B
JavaScript
12 lines
411 B
JavaScript
const afterAllArtifactBuild = require('./afterAllArtifactBuild');
|
|
|
|
afterAllArtifactBuild({
|
|
outDir: '/path/to/lossless-cut/dist',
|
|
artifactPaths: [
|
|
'/path/to/lossless-cut/dist/LosslessCut-mac-arm64.dmg.blockmap',
|
|
'/path/to/lossless-cut/dist/LosslessCut-mac-arm64.dmg',
|
|
'/path/to/lossless-cut/dist/LosslessCut-mac-universal.pkg',
|
|
'/path/to/lossless-cut/dist/LosslessCut-win-x64.appx',
|
|
],
|
|
});
|