@swiftmr/electron-builder
Advanced tools
Comparing version 1.0.6 to 1.0.7
import { Arch } from "builder-util"; | ||
import { PackagerOptions, Platform } from "app-builder-lib"; | ||
import { PackagerOptions, Platform } from "@swiftmr/app-builder-lib"; | ||
import { PublishOptions } from "electron-publish"; | ||
@@ -4,0 +4,0 @@ import * as yargs from "yargs"; |
@@ -6,3 +6,3 @@ "use strict"; | ||
const chalk = require("chalk"); | ||
const app_builder_lib_1 = require("app-builder-lib"); | ||
const app_builder_lib_1 = require("@swiftmr/app-builder-lib"); | ||
const yargs = require("yargs"); | ||
@@ -9,0 +9,0 @@ function createYargs() { |
{ | ||
"name": "@swiftmr/electron-builder", | ||
"description": "A complete solution to package and build a ready for distribution Electron app for MacOS, Windows and Linux with “auto update” support out of the box", | ||
"version": "1.0.6", | ||
"version": "1.0.7", | ||
"electron-builder-public-version": "22.14.5", | ||
@@ -6,0 +6,0 @@ "main": "out/index.js", |
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
65655