Skip to content

Commit

Permalink
Fix filename
Browse files Browse the repository at this point in the history
  • Loading branch information
jwbonner committed Oct 31, 2024
1 parent 53d5c76 commit 160cb4a
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 2 deletions.
File renamed without changes.
2 changes: 1 addition & 1 deletion src/main/betaUtil.ts
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ import path from "path";
import { DISTRIBUTOR, Distributor } from "../shared/buildConstants";
import { scaleValue } from "../shared/util";
import { APP_VERSION } from "./Constants";
import { BETA_CONFIG } from "./betaConfig2";
import { BETA_CONFIG } from "./betaConfig";

const BETA_STATE_FILENAME =
BETA_CONFIG === null ? null : path.join(app.getPath("userData"), "beta-" + BETA_CONFIG.year + ".json");
Expand Down
2 changes: 1 addition & 1 deletion src/runOwletDownload.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
import path from "path";
import { BETA_CONFIG } from "./main/betaConfig2";
import { BETA_CONFIG } from "./main/betaConfig";
import { downloadOwletInternal } from "./main/owletDownload";

function download(platform: string) {
Expand Down

0 comments on commit 160cb4a

Please sign in to comment.