Skip to content

Commit

Permalink
✨ 尝试单独构建 asar 包
Browse files Browse the repository at this point in the history
  • Loading branch information
muwoo committed Nov 14, 2023
1 parent 36c2a71 commit 7d4ccb8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion release.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ exports.default = async function () {
const tar = require('tar');
const fs = require('fs');

const src = './build/mac/rubick.app/Contents/Resource/app.asar';
const src = './build/mac/rubick.app/Contents/Resources/app.asar';
if (fs.existsSync(src)) {
await tar.c(
{
Expand Down

0 comments on commit 7d4ccb8

Please sign in to comment.