Skip to content

Commit

Permalink
Remove more references to "advantage-scope"
Browse files Browse the repository at this point in the history
  • Loading branch information
jwbonner committed Nov 5, 2022
1 parent d9ac199 commit 03d248a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/create-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -111,7 +111,7 @@ jobs:
if: matrix.host.os == 'ubuntu-latest'
run: |
cd dist
zip ../artifact.zip ./advantage-scope*
zip ../artifact.zip ./advantagescope*
mv ../artifact.zip ../artifact
- name: Prepare Windows artifact
if: matrix.host.os == 'windows-latest'
Expand Down
2 changes: 1 addition & 1 deletion src/main/Constants.ts
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ export const STATE_FILENAME = path.join(
);
export const EXTRA_FRC_DATA = path.join(app.getPath("userData"), "frcData");
export const LAST_OPEN_FILE = path.join(app.getPath("temp"), "akit-log-path.txt");
export const VIDEO_CACHE = path.join(app.getPath("temp"), "advantage-scope-videos");
export const VIDEO_CACHE = path.join(app.getPath("temp"), "advantagescope-videos");
export const WINDOW_ICON: string | undefined = (() => {
switch (process.platform) {
case "win32": // Square icon
Expand Down

0 comments on commit 03d248a

Please sign in to comment.