Skip to content

Commit 7e7e9e8

Browse files
committed
✨ V3.5.0
1 parent b317516 commit 7e7e9e8

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

electronAssets/builder/config.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ const windowsTargets = [
4949
];
5050

5151
const linuxTargets = [
52-
// { target: "snap", arch: "x64" }, full of bugs in electron-builder with snap v9!
52+
// { target: "snap", arch: "x64" }, // full of bugs in electron-builder with snap v9!
5353
{ target: "deb", arch: "x64" },
5454
{ target: "rpm", arch: "x64" },
5555
{ target: "AppImage", arch: "x64" },

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "nuxt4-fullstack-portfolio",
3-
"version": "3.4.1",
3+
"version": "3.5.0",
44
"private": true,
55
"description": "nuxt 4 production ready battle tested full stack portfolio with socket.io nginx dockerized pinia storing motions with gsap and capacitor for mobiles and electron for desktops",
66
"author": "Bader Idris <contact@baderidris.com> (http://baderidris.com/)",

0 commit comments

Comments
 (0)