Skip to content

Commit

Permalink
fix: image
Browse files Browse the repository at this point in the history
  • Loading branch information
std-microblock committed Feb 14, 2024
1 parent a0cb1db commit 73793c9
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 0 deletions.
Binary file modified resources/dist.rc
Binary file not shown.
1 change: 1 addition & 0 deletions src/celemod-ui/build.js
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,7 @@ const postBuildAction = () => {

for (const fileName of files) {
js = js.replaceAll(`${JSON.stringify(fileName + "?")}+Date.now()`, JSON.stringify(fileName))
js = js.replaceAll(`${JSON.stringify(fileName)} + "?" + Date.now()`, JSON.stringify(fileName))
}

fs.writeFileSync(`./dist/${file}`, js, 'utf8');
Expand Down

0 comments on commit 73793c9

Please sign in to comment.