kopia lustrzana https://github.com/OpenBuilds/OpenBuilds-CONTROL
				
				
				
			32bit build
							rodzic
							
								
									3edcaf3413
								
							
						
					
					
						commit
						5e864693d1
					
				| 
						 | 
					@ -95,10 +95,10 @@ select{
 | 
				
			||||||
.btn-file {
 | 
					.btn-file {
 | 
				
			||||||
    position: relative;
 | 
					    position: relative;
 | 
				
			||||||
    overflow: hidden;
 | 
					    overflow: hidden;
 | 
				
			||||||
    margin-top: 2px !important;
 | 
					    margin-top: 0px !important;
 | 
				
			||||||
    margin-bottom: 2px !important;
 | 
					    margin-bottom: 0px !important;
 | 
				
			||||||
    margin-left: 2px !important;
 | 
					    margin-left: 0px !important;
 | 
				
			||||||
    margin-right: 2px !important;
 | 
					    margin-right: 0px !important;
 | 
				
			||||||
}
 | 
					}
 | 
				
			||||||
.btn-file input[type=file] {
 | 
					.btn-file input[type=file] {
 | 
				
			||||||
    position: absolute;
 | 
					    position: absolute;
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
| 
						 | 
					@ -39,7 +39,7 @@
 | 
				
			||||||
            <div class="group">
 | 
					            <div class="group">
 | 
				
			||||||
              <div class="form-group" style="width: calc(100vw - 200px);">
 | 
					              <div class="form-group" style="width: calc(100vw - 200px);">
 | 
				
			||||||
                <form class="inline-form">
 | 
					                <form class="inline-form">
 | 
				
			||||||
                  <select data-prepend=" <i class='fab fa-usb'></i>" class="success" data-role="select" id="portUSB" disabled>
 | 
					                  <select data-prepend=" <i class='fab fa-usb'></i>" class="success" data-role="select" data-filter="false" id="portUSB" disabled>
 | 
				
			||||||
                    <option value="">Waiting for USB</option>
 | 
					                    <option value="">Waiting for USB</option>
 | 
				
			||||||
                  </select>
 | 
					                  </select>
 | 
				
			||||||
                  <button class="button success" onclick="selectPort()" id="connectBtn" type="button" disabled>Connect</button>
 | 
					                  <button class="button success" onclick="selectPort()" id="connectBtn" type="button" disabled>Connect</button>
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
							
								
								
									
										2
									
								
								index.js
								
								
								
								
							
							
						
						
									
										2
									
								
								index.js
								
								
								
								
							| 
						 | 
					@ -2370,7 +2370,7 @@ if (electronApp) {
 | 
				
			||||||
 | 
					
 | 
				
			||||||
  };
 | 
					  };
 | 
				
			||||||
 | 
					
 | 
				
			||||||
  electronApp.commandLine.appendSwitch("--ignore-gpu-blacklist");
 | 
					  // electronApp.commandLine.appendSwitch("--ignore-gpu-blacklist");
 | 
				
			||||||
 | 
					
 | 
				
			||||||
  // This method will be called when Electron has finished
 | 
					  // This method will be called when Electron has finished
 | 
				
			||||||
  // initialization and is ready to create browser windows.
 | 
					  // initialization and is ready to create browser windows.
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
| 
						 | 
					@ -1,6 +1,6 @@
 | 
				
			||||||
{
 | 
					{
 | 
				
			||||||
  "name": "OpenBuildsMachineDriver",
 | 
					  "name": "OpenBuildsMachineDriver",
 | 
				
			||||||
  "version": "1.0.30",
 | 
					  "version": "1.0.31",
 | 
				
			||||||
  "license": "AGPL-3.0",
 | 
					  "license": "AGPL-3.0",
 | 
				
			||||||
  "description": "Machine Interface Driver for OpenBuilds",
 | 
					  "description": "Machine Interface Driver for OpenBuilds",
 | 
				
			||||||
  "author": "github.com/openbuilds <webmaster@openbuilds.com>",
 | 
					  "author": "github.com/openbuilds <webmaster@openbuilds.com>",
 | 
				
			||||||
| 
						 | 
					@ -26,7 +26,7 @@
 | 
				
			||||||
  "scripts": {
 | 
					  "scripts": {
 | 
				
			||||||
    "start": "echo \"Please run 'npm run dist' to create a local installer\" ",
 | 
					    "start": "echo \"Please run 'npm run dist' to create a local installer\" ",
 | 
				
			||||||
    "test": "echo \"Error: no test specified\" && exit 0",
 | 
					    "test": "echo \"Error: no test specified\" && exit 0",
 | 
				
			||||||
    "dist": "build",
 | 
					    "dist": "build --ia32",
 | 
				
			||||||
    "distpi": "build --linux deb --armv7l"
 | 
					    "distpi": "build --linux deb --armv7l"
 | 
				
			||||||
  },
 | 
					  },
 | 
				
			||||||
  "keywords": [
 | 
					  "keywords": [
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Ładowanie…
	
		Reference in New Issue