decentraland / creator-hub

MIT License
0 stars 4 forks source link

fix: Update product name to Decentraland Creator Hub #107

Closed cyaiox closed 2 weeks ago

github-actions[bot] commented 2 weeks ago

Test this pull request on windows-latest

Download the correct version for your architecture:

win-x64

github-actions[bot] commented 2 weeks ago

Test this pull request on macos-latest

Download the correct version for your architecture:

mac-arm64 mac-x64

Click here if you don't know which version to download

For running this unsigned version of the app, you will need to run the xattr command on it:

  1. Extract the app from the downloaded .dmg file (double-click it)
  2. Place the extracted app anywhere you like in your file system
  3. Open a terminal on the directory where the app is
  4. Run xattr -c app-name, replacing "app-name" for the actual name of the app
  5. Double-click the app ✅
cazala commented 2 weeks ago

Just a heads up, this is something I added yesterday that needs to be updated as well: https://github.com/decentraland/creators-hub/blob/main/electron-builder.cjs#L106

cazala commented 2 weeks ago

I would also suggest changing the @dcl/creator-hub to just creator-hub in the package.json, because the / in the name leads to some weird paths on Windows, like C:\Users\<USERNAME>\AppData\Local\Programs\@dclcreators-hub\resources\app.asar.unpacked (notice the @dclcreators-hub)

cazala commented 2 weeks ago

closed in favor of https://github.com/decentraland/creators-hub/pull/114