Skip to content

Commit

Permalink
Disable Auto updates
Browse files Browse the repository at this point in the history
Change version number
  • Loading branch information
tazzben committed May 6, 2024
1 parent 9759436 commit 3a658ba
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 9 deletions.
10 changes: 5 additions & 5 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "assessment-disaggregation",
"productName": "Assessment Disaggregation",
"version": "1.5.15",
"version": "1.6.0",
"description": "Measure learning using a scientifically validated method using pretest and posttest files. The software automatically reads most exam output files (Akindi, Scantron, Canvas, ZipGrade, Moodle, Google Form quizzes) without modification.",
"main": "src/main.js",
"repository": {
Expand Down
6 changes: 3 additions & 3 deletions src/main.js
Original file line number Diff line number Diff line change
Expand Up @@ -13,10 +13,10 @@ const {
TouchBarSpacer
} = TouchBar;

if (require('electron-squirrel-startup')) app.quit();
// if (require('electron-squirrel-startup')) app.quit();

const { updateElectronApp } = require('update-electron-app');
updateElectronApp();
// const { updateElectronApp } = require('update-electron-app');
// updateElectronApp();

let settings = require('electron-settings');

Expand Down

0 comments on commit 3a658ba

Please sign in to comment.