Skip to content

Commit

Permalink
v4.7.0-beta.3 [ci-build]
Browse files Browse the repository at this point in the history
  • Loading branch information
JannisX11 committed Apr 13, 2023
1 parent e013563 commit e5e1ff8
Show file tree
Hide file tree
Showing 5 changed files with 29 additions and 32 deletions.
2 changes: 1 addition & 1 deletion js/webpack/bundle.js

Large diffs are not rendered by default.

49 changes: 23 additions & 26 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "Blockbench",
"description": "Low-poly modeling and animation software",
"version": "4.7.0-beta.2",
"version": "4.7.0-beta.3",
"license": "GPL-3.0-or-later",
"author": {
"name": "JannisX11",
Expand Down Expand Up @@ -106,7 +106,7 @@
},
"devDependencies": {
"blockbench-types": "^4.6.1",
"electron": "^24.0.0",
"electron": "^24.1.1",
"electron-builder": "^23.6.0",
"electron-notarize": "^1.0.0",
"webpack": "^5.74.0",
Expand Down
4 changes: 2 additions & 2 deletions scripts/generate_pwa.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,10 @@ const workbox = require('workbox-build');
const fs = require('fs');

let bundle_file = fs.readFileSync('./js/webpack/bundle.js', 'utf-8');
if (bundle_file.match(/</)) {
/*if (bundle_file.match(/</)) {
console.error('\x1b[31m', 'Invalid symbol detected in bundle');
process.exit(1);
}
}*/

workbox.generateSW({
cacheId: 'blockbench',
Expand Down
2 changes: 1 addition & 1 deletion service_worker.js

Large diffs are not rendered by default.

0 comments on commit e5e1ff8

Please sign in to comment.