Create cross platform desktop app using Electron-js and angular code

แชร์
ฝัง
  • เผยแพร่เมื่อ 20 ธ.ค. 2024

ความคิดเห็น • 6

  • @rahul_kalsha
    @rahul_kalsha ปีที่แล้ว

    Project not working on electron window reload? Any solution?

  • @owenjaspervargas1408
    @owenjaspervargas1408 2 ปีที่แล้ว

    Nice work man! Thankyou for the tutorial

  • @felixgarcia7905
    @felixgarcia7905 3 ปีที่แล้ว

    great work man. love it

  • @mohitmahajan4344
    @mohitmahajan4344 3 ปีที่แล้ว

    can you please share the command to create mac app

    • @rakiative
      @rakiative  3 ปีที่แล้ว

      For these things always search on Google.
      Put this in package.json around windows command/script..
      "package-mac": "electron-packager . --overwrite --platform=darwin --arch=x64 --icon=assets/icons/mac/icon.icns --prune=true --out=release-builds"

  • @elgrego3849
    @elgrego3849 3 ปีที่แล้ว

    Thanks man