@pipelab/asset-electron 1.0.0-beta.1 → 1.0.0-beta.11

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@pipelab/asset-electron",
3
- "version": "1.0.0-beta.1",
3
+ "version": "1.0.0-beta.11",
4
4
  "description": "Electron assets for pipelab",
5
5
  "license": "FSL-1.1-MIT",
6
6
  "author": "CynToolkit",
@@ -15,7 +15,7 @@ const unpackFilter = join("**", "steamworks.js", "dist", "**", "*");
15
15
  * @type {import('@electron-forge/shared-types').ForgeConfig}
16
16
  */
17
17
  module.exports = {
18
- outDir: "./out",
18
+ outDir: join(__dirname, "out"),
19
19
  packagerConfig: {
20
20
  asar: config.disableAsarPackaging
21
21
  ? false
@@ -20,7 +20,7 @@
20
20
  "dependencies": {
21
21
  "@electron-forge/plugin-base": "7.11.1",
22
22
  "@electron/asar": "3.2.13",
23
- "@pipelab/steamworks.js": "^0.11.1",
23
+ "@pipelab/steamworks.js": "0.11.1",
24
24
  "discord-rpc": "^4.0.1",
25
25
  "electron-serve": "^2.1.1",
26
26
  "electron-squirrel-startup": "1.0.1",