Skip to content

Commit

Permalink
5/N Migrating to new APIO, fix windows OSS CAD SUITE DEVEL
Browse files Browse the repository at this point in the history
  • Loading branch information
cavearr committed Dec 20, 2024
1 parent f493d2f commit 8bfd807
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/scripts/services/utils.js
Original file line number Diff line number Diff line change
Expand Up @@ -439,7 +439,7 @@ angular.module('icestudio')

iceConsole.log("APIO VERSION "+common.APIO_VERSION+' / '+iceStudio.toolchain.apio);

if(iceStudio.toolchain.apio >= '0.9.6'){
if(iceStudio.toolchain.apio >= '0.9.6' || common.APIO_VERSION === common.APIO_VERSION_DEV){
let args='--install';
let edge='packages';
/* switch(pkg){
Expand Down

0 comments on commit 8bfd807

Please sign in to comment.