Skip to content

Releases: Ali-Cheikh/Image-OCR-App

Windows App

21 Jul 21:15
Compare
Choose a tag to compare

i mean its not functional to send anything but still gets the codes 😄

next update full functional app [promise]

logo

Full Changelog: https://github.com/Ali-Cheikh/Image-OCR-App/commits/0.1

{
  "main": "main.js",
  "name": "image-ocr-app",
  "version": "1.0.0",
  "description": "use this app to register faster defected stickers/pn's picture to the drive or other image update or share purposes.",
  "author": "Ali Cheikh",
  "license": "MIT",
  "repository": {
    "type": "git",
    "url": "https://github.com/Ali-Cheikh/Image-OCR-App"
  },
  "scripts": {
    "start": "electron .",
    "pack": "electron-builder --dir",
    "dist": "electron-builder"
  },
  "build": {
    "productName": "IOA",
    "appId": "com.unexpected.OCR-APP",
    "directories": {
      "output": "dist"
    },
    "files": [
      "main.js",
      "index.html",
      "app.js"
    ],
    "win": {
      "target": "portable",
      "icon": "logo.png"
    },
    "mac": {
      "target": "dmg",
      "icon": "logo.png"
    },
    "linux": {
      "target": "AppImage",
      "icon": "logo.png"
    }
  },
  "devDependencies": {
    "electron": "^31.2.1",
    "electron-builder": "^24.13.3"
  }
}