Skip to content

Instantly share code, notes, and snippets.

View ATMarcks's full-sized avatar
🐢

Alex ATMarcks

🐢
View GitHub Profile
  • Install asar tools
  • Copy the app.asar from cricut (C:\Users\USERNAME\AppData\Local\Programs\Cricut Design Space\resources) out to a folder
  • Unpack the asar with the command asar e app.asar app
  • Open app/cricut-ele-design-space/main.js in a actual text editor - I use VSCode
  • Add the following code to the top of the file:
const electron = require('electron');

electron.app.on('ready', () => {
	 electron.protocol.handle('https', async (originalRequest) => {