mirror of
				https://github.com/eledio-devices/thirdparty-ArduinoJson.git
				synced 2025-10-31 16:14:11 +01:00 
			
		
		
		
	Removed spurious files in the Particle library
This commit is contained in:
		| @@ -1,6 +1,11 @@ | ||||
| ArduinoJson: change log | ||||
| ======================= | ||||
|  | ||||
| HEAD | ||||
| ---- | ||||
|  | ||||
| * Removed spurious files in the Particle library | ||||
|  | ||||
| v5.13.3 | ||||
| ------- | ||||
|  | ||||
|   | ||||
							
								
								
									
										18
									
								
								scripts/publish-particle-library.sh
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										18
									
								
								scripts/publish-particle-library.sh
									
									
									
									
									
										Normal file
									
								
							| @@ -0,0 +1,18 @@ | ||||
| #!/usr/bin/env bash | ||||
|  | ||||
| set -eu | ||||
|  | ||||
| SOURCE_DIR="$(dirname "$0")/.." | ||||
| WORK_DIR=$(mktemp -d) | ||||
| trap 'rm -rf "$WORK_DIR"' EXIT | ||||
|  | ||||
| cp "$SOURCE_DIR/README.md" "$WORK_DIR/README.md" | ||||
| cp "$SOURCE_DIR/CHANGELOG.md" "$WORK_DIR/CHANGELOG.md" | ||||
| cp "$SOURCE_DIR/library.properties" "$WORK_DIR/library.properties" | ||||
| cp "$SOURCE_DIR/LICENSE.md" "$WORK_DIR/LICENSE.txt" | ||||
| cp -r "$SOURCE_DIR/src" "$WORK_DIR/" | ||||
| cp -r "$SOURCE_DIR/examples" "$WORK_DIR/" | ||||
|  | ||||
| cd "$WORK_DIR" | ||||
| particle library upload | ||||
| particle library publish | ||||
		Reference in New Issue
	
	Block a user