Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
A
ArduinoCore-avr
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Analytics
Analytics
Repository
Value Stream
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Commits
Open sidebar
xpstem
ArduinoCore-avr
Commits
6bb264b5
Commit
6bb264b5
authored
Dec 17, 2021
by
Umberto Baldi
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
add install for arduino gemma drivers: they are in another directory
parent
ae4c7ecb
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
9 additions
and
0 deletions
+9
-0
post_install.bat
post_install.bat
+9
-0
No files found.
post_install.bat
View file @
6bb264b5
...
...
@@ -8,4 +8,13 @@ if "%PROCESSOR_ARCHITECTURE%" == "AMD64" (
drivers
\dpinst
-x
86
.exe
%ARGS%
)
REM dpinst /PATH has problems with relative paths, so use absolute path.
if
"
%PROCESSOR_ARCHITECTURE%
"
==
"AMD64"
(
drivers
\dpinst
-amd
64
.exe
/PATH
%cd%
\drivers\gemma
%ARGS%
)
ELSE
IF
"
%PROCESSOR
_ARCHITEW6432
%
"
==
"AMD64"
(
drivers
\dpinst
-amd
64
.exe
/PATH
%cd%
\drivers\gemma
%ARGS%
)
ELSE
(
drivers
\dpinst
-x
86
.exe
/PATH
%cd%
\drivers\gemma
%ARGS%
)
exit
/b
0
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment