No More Posting New Topics!

If you have a question or an issue, please start a thread in our Github Discussions Forum.
This forum is closed for new threads/ topics.

Navigation

    Quasar Framework

    • Login
    • Search
    • Categories
    • Recent
    • Tags
    • Popular
    • Users
    • Groups
    • Search

    Build electron dist with squirrel win

    Help
    1
    1
    755
    Loading More Posts
    • Oldest to Newest
    • Newest to Oldest
    • Most Votes
    Reply
    • Reply as topic
    Log in to reply
    This topic has been deleted. Only users with topic management privileges can see it.
    • L
      loandoer last edited by loandoer

      Hi, I’m making an electron app that will need auto updating and to do it, I’m generating the distribution with squirrel (in windows). I use the following configuration in package.json:

      "build": {
           "squirrelWindows": {
             "iconUrl": "https://example.com/icon/icon.ico"
           },
           "win": {
             "target": "squirrel",
             "icon": "build/icon.ico"
           }
         }
      

      and the dependencies:

      "devDependencies": {
           "electron": "*",
           "electron-builder": "*"
         },
      "dependencies": {
           "electron-builder-squirrel-windows": "^ 20.8.0",
           "electron-squirrel-startup": "^ 1.0.0
         }
      

      Using only electron, I can generate the .exe, RELEASES and .nupkg files but with quasar, I can’t do it.

      How would Quasar have to configure the distribution with squirrel?

      thk!!

      1 Reply Last reply Reply Quote 0
      • First post
        Last post