Skip to content

Commit

Permalink
4/N Migrating install drivers in windows to new APIO commands
Browse files Browse the repository at this point in the history
  • Loading branch information
cavearr committed Dec 19, 2024
1 parent 9b4f4dd commit f3e2208
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/scripts/services/drivers.js
Original file line number Diff line number Diff line change
Expand Up @@ -617,7 +617,7 @@ angular.module('icestudio')
}

function enableWindowsDrivers(type) {
if(iceStudio.toolchain.apio && icesStudio.toolchain.apio<'0.9.6'){
if(iceStudio.toolchain.apio && iceStudio.toolchain.apio<'0.9.6'){
var option = '--' + type + '-enable';
utils.beginBlockingTask();
nodeSudo.exec([common.APIO_CMD, 'drivers', option].join(' '), { name: 'Icestudio' }, function (error, stdout, stderr) {
Expand Down

0 comments on commit f3e2208

Please sign in to comment.