Skip to content

Commit 2a3972a

Browse files
Added build output zip file to .gitignore
1 parent b4bcd71 commit 2a3972a

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

.gitignore

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -47,4 +47,6 @@ com_crashlytics_export_strings.xml
4747
crashlytics.properties
4848
crashlytics-build.properties
4949

50+
/*.zip
51+
5052

src/io/github/francoiscambell/clionarduinoplugin/actions/ConvertToSketchProject.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@ public void run() {
7979
@Override
8080
public void run() {
8181
cmakeListsDocument.insertString(cmakeListsDocument
82-
.getTextLength(), "\nset(${PROJECT_NAME}_SKETCH ${PROJECT_NAME}.ino)\ngenerate_arduino_firmware(${PROJECT_NAME})\n");
82+
.getTextLength(), "\nset(${CMAKE_PROJECT_NAME}_SKETCH ${CMAKE_PROJECT_NAME}.ino)\ngenerate_arduino_firmware(${CMAKE_PROJECT_NAME})\n");
8383
}
8484
}, null, null, cmakeListsDocument);
8585
}

0 commit comments

Comments
 (0)