Skip to content

Commit

Permalink
fix: add dotenv
Browse files Browse the repository at this point in the history
  • Loading branch information
truemiller committed Sep 16, 2024
1 parent 0cdfe62 commit 61b87df
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions electron/hooks/afterSign.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,9 @@ const { execSync } = require('child_process');
const path = require('path');
const fs = require('fs');
const os = require('os');
const dotenv = require('dotenv');

dotenv.config();

module.exports = async function (context) {
const appOutDir = context.appOutDir;
Expand Down

0 comments on commit 61b87df

Please sign in to comment.